@gits-id/progress-bar
Version:
GITS Progress Bar Component
44 lines (28 loc) • 473 B
Markdown
# GITS Progress Component
> Reusable Progress Component
## Installation
npm
```
npm i @gits-id/progress
```
yarn
```
yarn add @gits-id/progress
```
pnpm
```
pnpm i @gits-id/progress
```
## Usage
```vue
<script setup lang="ts">
import Progress from '@gits-id/progress';
</script>
<template>
<Progress />
</template>
```
## Documentation
View `Progress` documentation [here](https://gits-ui.web.app/?path=/story/components-progress--default).
## License
MIT