Input
Lebel component is a component that is used to get user input in a text field.
Storybook LinkImport
To implement Button 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.Input type="text" />
Accessibility
A button is mainly used for indicating an action, submitting a data, opening a modal etc.
- Use
disabled
prop to indicate users that button is inactive and they can't interact with it.