1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-02 22:52:21 +01:00

9 lines
427 B
Markdown
Raw Normal View History

2022-04-11 13:19:07 +02:00
# 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 inherit from [FormComponent](../models/form-component.ts)
2022-04-11 13:19:07 +02:00
or from [FormControlledComponent](../models/form-component.ts).
Please look at the existing components for examples.