Update readme

This commit is contained in:
trading_peter 2025-03-11 22:16:56 +01:00
parent 7a2b699cd1
commit e5e1d8d1a1

View File

@ -11,11 +11,11 @@ npm i @tp/tp-progress-bar
## Usage
```html
<tp-progress-bar value="50"></tp-progress-bar>
<tp-progress-bar progress="50"></tp-progress-bar>
```
## Properties
| Property | Type | Description |
| -------- | ---- | ----------- |
| `value` | `Number` | The current value of the progress bar.
| `progress` | `Number` | The current progress of the progress bar.