Closed StreakingMan closed 3 weeks ago
While the FormContainer currently provides a form element, I believe it would be beneficial to allow for custom styling by supporting a custom className prop.
<FormContainer className="my-custom-class"> ... </FormContainer>
Never mind , I just saw FormProps in source code . 😄 It would be great if the usage could be documented as well.
FormProps
Duplicates
Latest version
Summary 💡
While the FormContainer currently provides a form element, I believe it would be beneficial to allow for custom styling by supporting a custom className prop.
Examples 🌈