LockTech/aether
Provide full integration for Chakra UI and RedwoodJS' form components
Open
#3 opened on Sep 15, 2022
front-endgood first issue
Repository metrics
- Stars
- (4 stars)
- PR merge metrics
- (PR metrics pending)
Description
In other words, integrate Chakra UI's form components with
react-hook-form.
- - Ensure all components favor the name prop when provided, not the
useFieldNamehook's value. - - Once complete, extract-out components into a library.
- - Ensure all components integrate with Chakra UI's
isInvalid,isRequired, ... props. - - Integrate the following components:
- - Button (Submit)
- - Checkbox
- - Editable
- - Form Control
- - Input
- - Number Input
- - Pin Input
- - Radio
- - Range Slider
- - Select
- - Slider
- - Switch
- - Textarea