@heycar-uikit/button
v5.0.0
Published
HeyCar-UIKit button
Downloads
106
Maintainers
Readme
HeyCar-UIKit - Button
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.
Installation
To install and save in your package.json dependencies, run the command below using npm:
npm install @heycar-uikit/button
Usage
import Button from '@heycar-uikit/button';
function App() {
return (
<Button size="large" color="primary" variant="outlined">
Hello World
</Button>
);
}
Documentation and sandbox
Storybook documentation and sandbox