HeyCar-UIKit FormControl
npm install @heycar-uikit/form-control



The Button component is used to trigger an action or event, such as submitting a form, opening a dialog, canceling an action, or performing a delete operation.
To install and save in your package.json dependencies, run the command below using npm:
``bash`
npm install @heycar-uikit/form-control
`tsx
import FormControl from '@heycar-uikit/form-control';
function App() {
return
}
``
Storybook documentation and sandbox