$bars public property
A set of bars that are stacked together to form a single progress bar. Each bar is an array of the following structure: [
// required, the amount of progress as a percentage.
'percent' => 30,
// optional, the label to be displayed on the bar
'label' => '30%',
// optional, array, additional HTML attributes for the bar tag
'options' => [],
]
public array $bars = null