- Blade Components
- Docs
- Components
- Progress Bar
Progress Bar
Visually display progress.
Usage
<x-progress-bar progress="75" />
Component API
Attribute | Default | Description |
---|---|---|
progress |
0 |
int Control the progress bar fill. |
size |
null |
string || null Possible values null , sm , or lg . |
Progress
Control the progress bar fill by supplying the progress=""
attribute.
Size
Control the progress bar size by supplying the size=""
attribute.