mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-08 23:46:14 +01:00
.. | ||
abstract-form-item.tsx | ||
form-input.tsx | ||
form-multi-select.tsx | ||
form-rich-text.tsx | ||
form-select.tsx | ||
form-switch.tsx | ||
README.md |
components/from
This directory is holding the inputs components for usage within forms controlled by React-hook-form.
All these components must have props that inherits from FormComponent or from FormControlledComponent.
Please look at the existing components for examples.