# 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>
```
