UNPKG

@clayui/form

Version:
27 lines (19 loc) 1.11 kB
# `@clayui/form` Forms obtain user data and transmit it to the system to either store the data, produce an action, or both. - [Form documentation](https://clayui.com/docs/components/form.html) - [Checkbox documentation](https://clayui.com/docs/components/checkbox.html) - [Dual List Box documentation](https://clayui.com/docs/components/dual-list_box.html) - [Input documentation](https://clayui.com/docs/components/input.html) - [Radio Group documentation](https://clayui.com/docs/components/radio-group.html) - [Select documentation](https://clayui.com/docs/components/select.html) - [Select Box documentation](https://clayui.com/docs/components/select-box.html) - [Toggle Switch documentation](https://clayui.com/docs/components/toggle-switch.html) - [Changelog](./CHANGELOG.md) - [Breaking change schedule](./BREAKING.md) ## Install Run `yarn` ```shell yarn add @clayui/form ``` ## Contribute We'd love to get contributions from you! Please, check our [Contributing Guidelines](https://github.com/liferay/clay/blob/master/CONTRIBUTING.md) to see how you can help us improve.