1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-10 00:46:15 +01:00
fab-manager/app/frontend/src/javascript/components/form
2022-05-04 12:27:12 +02:00
..
form-input.tsx (ui) sso data mapping - by type 2022-05-04 12:27:12 +02:00
form-multi-select.tsx (ui) sso data mapping - by type 2022-05-04 12:27:12 +02:00
form-select.tsx (ui) sso data mapping - by type 2022-05-04 12:27:12 +02:00
README.md (ui) sso data mapping - by type 2022-05-04 12:27:12 +02:00

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.