Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide full integration for Chakra UI and RedwoodJS' form components #3

Open
4 of 18 tasks
realStandal opened this issue Sep 15, 2022 · 0 comments
Open
4 of 18 tasks
Labels
front-end Related to the front-end of the application good first issue Good for newcomers
Milestone

Comments

@realStandal
Copy link
Member

realStandal commented Sep 15, 2022

RedwoodJS formsChakra UI forms

In other words, integrate Chakra UI's form components with react-hook-form.

  • - Ensure all components favor the name prop when provided, not the useFieldName hook'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

Optional Components (provided as Recipes)

@realStandal realStandal added front-end Related to the front-end of the application good first issue Good for newcomers labels Sep 15, 2022
@realStandal realStandal moved this to Todo in Open-Source Sep 23, 2022
@realStandal realStandal added this to the v1 milestone Sep 23, 2022
@realStandal realStandal moved this from Todo to In Progress in Open-Source Sep 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
front-end Related to the front-end of the application good first issue Good for newcomers
Projects
No open projects
Status: In Progress
Development

No branches or pull requests

1 participant