# Progress
```rust demo
let percentage = create_rw_signal(0.0f32);
view! {
}
```
### Progress Props
| Name | Type | Default | Description |
| ------------------- | ----------------------------------------- | ------------------------------------- | ------------------------------ |
| percentage | `MaybeSignal` | `Default::default()` | Percentage value. |
| color | `MaybeSignal` | `ProgressColor::Primary` | Progress color. |
| show_indicator | `MaybeSignal` | `true` | Whether to display indicators. |
| indicator_placement | `MaybeSignal` | `ProgressIndicatorPlacement::Outside` | Indicator placement. |