https://github.com/kirklin/xlayout
🤖 Powerful and type-safe form state management for the web. TS/JS, React Layout, Solid Layout, Svelte Layout and Vue Layout.
https://github.com/kirklin/xlayout
layout react react-hooks react-layout vue vue-composition-api vue-hooks vue-layout
Last synced: about 2 months ago
JSON representation
🤖 Powerful and type-safe form state management for the web. TS/JS, React Layout, Solid Layout, Svelte Layout and Vue Layout.
- Host: GitHub
- URL: https://github.com/kirklin/xlayout
- Owner: kirklin
- License: mit
- Created: 2023-06-16T08:51:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-28T15:29:21.000Z (almost 3 years ago)
- Last Synced: 2025-03-07T16:18:01.907Z (about 1 year ago)
- Topics: layout, react, react-hooks, react-layout, vue, vue-composition-api, vue-hooks, vue-layout
- Language: TypeScript
- Homepage:
- Size: 194 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# xlayout
[![CI][ci-image]][ci-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript_code style][code-style-image]][code-style-url]
[ci-image]: https://github.com/kirklin/xlayout/actions/workflows/release.yml/badge.svg?branch=main
[ci-url]: https://github.com/kirklin/xlayout/actions/workflows/release.yml
[npm-image]: https://img.shields.io/npm/v/xlayout.svg
[npm-url]: https://npmjs.org/package/xlayout
[downloads-image]: https://img.shields.io/npm/dm/xlayout.svg
[downloads-url]: https://npmjs.org/package/xlayout
[code-style-image]: https://img.shields.io/badge/code__style-%40kirklin%2Feslint--config-brightgreen
[code-style-url]: https://github.com/kirklin/eslint-config/
## Usage
### Install
```bash
npm i xlayout
```
## License
[MIT](./LICENSE) License © 2023-PRESENT [Kirk Lin](https://github.com/kirklin)