mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-08 23:46:14 +01:00
.. | ||
abstract-form-item.tsx | ||
form-checklist.tsx | ||
form-file-upload.tsx | ||
form-image-upload.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 inherit from FormComponent or from FormControlledComponent.
Please look at the existing components for examples.