@gits-id/button
Version:
GITS Button Component
42 lines (26 loc) • 465 B
Markdown
# GITS Button Component
> Button Component
## Installation
via npm
```
npm i @gits-id/button
```
via yarn
```
yarn add @gits-id/button
```
via pnpm
```
pnpm i @gits-id/button
```
## Usage
```html
<script setup lang="ts">
import Button from '@gits-id/button';
</script>
<button color="primary">Click Me</button>
```
## Documentation
View `Button` documentation [here](https://gits-ui.web.app/?path=/story/components-button--default).
## License
MIT