The b.Progress
constructor creates a progress bar.
Modifier | Action |
---|---|
b.White | Set color to white |
b.Black | Set color to black |
b.Light | Set color to light |
b.Dark | Set color to dark |
b.Primary | Set color to primary |
b.Link | Set color to link |
b.Info | Set color to info |
b.Success | Set color to success |
b.Warning | Set color to warning |
b.Danger | Set color to danger |
b.Small | Set size to small |
b.Normal | Set size to normal |
b.Medium | Set size to medium |
b.Large | Set size to large |
The b.ProgressIndeterminate
constructor creates an indeterminate progress bar. It accepts the same modifiers as b.Progress
.