mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-03 23:52:19 +01:00
9 lines
428 B
Markdown
9 lines
428 B
Markdown
|
# components/from
|
||
|
|
||
|
This directory is holding the inputs components for usage within forms controlled by [React-hook-form](https://react-hook-form.com/).
|
||
|
|
||
|
All these components must have [props](https://reactjs.org/docs/components-and-props.html) that inherits from [FormComponent](../models/form-component.ts)
|
||
|
or from [FormControlledComponent](../models/form-component.ts).
|
||
|
|
||
|
Please look at the existing components for examples.
|