Form Group
The form group includes all the components required form a input field.
Storybook LinkImport
To implement FormGroup component into your project you'll need to add the import:
import { Form } from '@anthane/core-elements';
Usage
After adding import into your project you can use it simply like:
<Form.Group required text="📖 Pleae read the instructions" type="text" />
Accessibility
Basic accessibility features.