@folo/forms
Version:
> React components combined of @folo/layout & @folo/values
42 lines (29 loc) • 1.65 kB
Markdown
# 📋 @folo/forms
> React components combined of @folo/layout & @folo/values
<!-- prettier-ignore-start -->
[](https://www.npmjs.com/package/@folo/forms)
[](https://www.npmjs.com/package/@folo/forms)
[](https://www.npmjs.com/package/@folo/forms)
[](https://www.npmjs.com/package/@folo/forms)
[](https://github.com/jalal246/folo/blob/master/packages/folo-forms/LICENSE)
[](https://github.com/jalal246/folo/tree/master)
[](https://codecov.io/gh/jalal246/folo)
<!-- prettier-ignore-end -->
## Installation
```sh
npm install @folo/forms
```
## Overview
`@folo/forms` has two major concepts defined in
[Field](https://github.com/jalal246/folo/tree/master/packages/folo-values)
to deal with data. And
[Grid](https://github.com/jalal246/folo/tree/master/packages/folo-layout) for
designing layout.
### Components
```js
import { Form, Field, Grid, GridItem } from "@folo/forms";
```
## Contribution 😇
If you have ideas or issues don't hesitate. You are always welcome.
## License
This project is licensed under the [MIT License](https://github.com/jalal246/folo/blob/master/packages/folo-forms/LICENSE)