5.0.0 • Published 2 years ago

@heycar-uikit/button v5.0.0

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
2 years ago

HeyCar-UIKit - Button

Tests Coverage Status Demo build Commitizen friendly

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

5.0.0

2 years ago

3.4.0

2 years ago

3.3.1

2 years ago

3.3.0

2 years ago

4.0.0

2 years ago

3.2.0

2 years ago

3.1.0

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

2.0.3

3 years ago

2.0.2

3 years ago

1.9.1

3 years ago

1.8.1

3 years ago

1.1.1

3 years ago

1.5.3

3 years ago

1.7.0

3 years ago

1.6.1

3 years ago

1.5.2

3 years ago

1.5.1

3 years ago

1.4.1

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.0.2

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago