shared-housing
shared-housing copied to clipboard
Create generic form container
Overview
Create a generic form container.
Action Items
This is a functional component that will accept props and render children as props. Basically a presentational component that will hold form elements.
The component will need the following:
- [ ] Option for formik
- [ ] Needs to accept initial values as props
- [ ] Validation schema (Yup wrapper)
- [ ] Controlled component
- [ ] Accessibility compliance (A11y standard)
- [ ] render children as props