-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or requestfrontendRelated to the frontend of the projectRelated to the frontend of the project
Milestone
Description
Description
Refactor our input wrapper components to use Chakra as much as possible.
Example:
// Using chakra components
<Field.Root required={required} invalid={!!error}>
<Field.Label>
{label}
{required && <Field.RequiredIndicator />}
</Field.Label>
<Input {...props} />
<Field.HelperText>{description}</Field.HelperText>
<Field.ErrorText>{error}</Field.ErrorText>
</Field.Root>
Checklist
Before submitting this ticket, make sure this ticket:
- Is labelled properly - if this is a refactor, add the label!
- Has the correct project assigned to it.
- Has an assigned milestone.
And lastly:
- Once someone picks up this ticket, make sure to assign it.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestfrontendRelated to the frontend of the projectRelated to the frontend of the project
Type
Projects
Status
No status