@thebase/ui
Version:
CDN-installable Owl and Bootstrap 5 UI component library.
28 lines (20 loc) • 584 B
Markdown
# Progress
## Pure Owl component
```js
import { Progress } from "@thebase/ui";
```
```base-ui
<div style="width: 60%">
<Progress value="33"/>
</div>
```
| Component | Prop | Type | Notes |
| --- | --- | --- | --- |
| `Progress` | `value` | `Number` | optional |
| `Progress` | `max` | `Number` | optional |
| `Progress` | `className` | `String` | optional |
See [Pure Owl Components](/examples/blocks.html#/docs/guide/owl-components) for how to load `@base/owl` and `dist/baseui.templates.xml`.
## Static component
```base-ui
<div b-ui="progress" b-att-value="40"></div>
```