Summary
Functions
Attributes
size(:string) - Defaults to"md". Must be one of"xs","sm","md","lg", or"xl".color(:string) - Defaults to"primary". Must be one of"primary","secondary","info","success","warning","danger", or"gray".label(:string) - labels your progress bar. Defaults tonil.label_position(:string) - inside renders the label in the bar itself (xl only); top renders a label row with the percentage above the bar, at any size. Defaults to"inside". Must be one of"inside", or"top".value(:integer) - adds a value to your progress bar. Defaults tonil.max(:integer) - sets a max value for your progress bar. Defaults to100.class(:any) - CSS class. Defaults tonil.- Global attributes are accepted.