tp-progress-bar/README.md
2025-03-11 22:16:56 +01:00

22 lines
324 B
Markdown

# tp-progress-bar
A progress bar element.
## Installation
```bash
npm i @tp/tp-progress-bar
```
## Usage
```html
<tp-progress-bar progress="50"></tp-progress-bar>
```
## Properties
| Property | Type | Description |
| -------- | ---- | ----------- |
| `progress` | `Number` | The current progress of the progress bar.