Skip to main content

Form Group

The form group includes all the components required form a input field.

Storybook Link

Import

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.