chore: add fieldset to the list of components
This commit is contained in:
parent
6bc96cbba0
commit
06107149d7
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ npm i @lion/<package-name>
|
|||
| **-- Forms --** | | |
|
||||
| [form](./packages/form) | [](https://www.npmjs.com/package/@lion/form) | Wrapper for multiple form elements |
|
||||
| [field](./packages/field) | [](https://www.npmjs.com/package/@lion/field) | Base Class for all inputs |
|
||||
| [fieldset](./packages/fieldset) | [](https://www.npmjs.com/package/@lion/fieldset) | Group for form inputs |
|
||||
| [validate](./packages/validate) | [](https://www.npmjs.com/package/@lion/validate) | Validation for form components |
|
||||
| [checkbox](./packages/checkbox) | [](https://www.npmjs.com/package/@lion/checkbox) | Checkbox form element |
|
||||
| [checkbox-group](./packages/checkbox-group) | [](https://www.npmjs.com/package/@lion/checkbox-group) | Group of checkboxes |
|
||||
|
|
|
|||
Loading…
Reference in a new issue