First implementation
This commit is contained in:
@@ -1 +1,21 @@
|
||||
# tp-element
|
||||
# tp-progress-bar
|
||||
|
||||
A progress bar element.
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
npm i @tp/tp-progress-bar
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
```html
|
||||
<tp-progress-bar value="50"></tp-progress-bar>
|
||||
```
|
||||
|
||||
## Properties
|
||||
|
||||
| Property | Type | Description |
|
||||
| -------- | ---- | ----------- |
|
||||
| `value` | `Number` | The current value of the progress bar.
|
||||
|
||||
Reference in New Issue
Block a user