-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
chakra-uiChakra ui related theme issueChakra ui related theme issuefeatureIs a feature requestIs a feature requesthelp wanted
Description
Prerequisites
- I have read the documentation
What theme are you using?
chakra-ui
Is your feature request related to a problem? Please describe.
The chakra-ui theme uses Text
components for helper text. This makes the spacing look a bit off, especially when using a LayoutGrid.
Describe the solution you'd like
The FieldTemplate
component in the chakra-ui theme could follow the closed component composition format shown in the Chakra documentation, and helper text could be shown with Field.HelperText
Describe alternatives you've considered
Users could write their own components, but that would add a lot of overhead for individual projects for a relatively minor UI change.
Metadata
Metadata
Assignees
Labels
chakra-uiChakra ui related theme issueChakra ui related theme issuefeatureIs a feature requestIs a feature requesthelp wanted