Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jalal246/folo
📋 Form & Layout JS Components
https://github.com/jalal246/folo
css-flexbox css-grid css-layout dynamic-forms folio folo form-builder-api form-components form-controls form-create form-data grid react react-components react-context store store-api store-management store-systems
Last synced: 24 days ago
JSON representation
📋 Form & Layout JS Components
- Host: GitHub
- URL: https://github.com/jalal246/folo
- Owner: jalal246
- License: mit
- Created: 2018-05-14T11:59:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T04:11:57.000Z (over 1 year ago)
- Last Synced: 2024-10-08T16:53:17.312Z (about 1 month ago)
- Topics: css-flexbox, css-grid, css-layout, dynamic-forms, folio, folo, form-builder-api, form-components, form-controls, form-create, form-data, grid, react, react-components, react-context, store, store-api, store-management, store-systems
- Language: JavaScript
- Homepage: https://jalal246.github.io/folo/
- Size: 6.22 MB
- Stars: 30
- Watchers: 6
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Project designed and being developed to deal with forms## Packages Overview
- [**@folo/store** ](https://github.com/jalal246/folo/tree/master/packages/folo-store) JS Store Holds & Helps Controlling Data In Forms.
- [**@folo/values**](https://github.com/jalal246/folo/tree/master/packages/folo-values)
React Data Form components
- [**@folo/layout**](https://github.com/jalal246/folo/tree/master/packages/folo-layout)
CSS Grid React components
- [**@folo/forms**](https://github.com/jalal246/folo/tree/master/packages/folo-forms)
Full package combined of `@folo/layout` & `@folo/values` for React## Installation
Run locally:
- `git clone https://github.com/jalal246/folo.git`
- `yarn`
- `yarn build`
- `yarn storybook`
- Go to http://localhost:6006/## Contribution
Need some company in this repo. PRs welcome! :point_right: [Contribute](Contribution.md) :blue_heart:
## License
This project is licensed under the [MIT License](https://github.com/jalal246/folo/blob/master/LICENSE)