2lenet/crudit-bundle
Symfony bundle to rapidly build configurable CRUD back offices with SB Admin layout. Provides list views with pagination, sorting, actions, exports and batch ops, plus datasources, filters, menus, workflows, maps, markdown and Twig helpers.
Crudit ProgressBar Field
To enable the progress bar for a field, you need to set the type:
$value = Field::new("value", ProgressBarField::class);
And it's done !
You can customize your ProgressField with the following options:
$nbDeplacement = Field::new('nbDeplacement', ProgressBarField::class)
->setOptions(
[
"barCssClass" => "bg-info",
"progressLabel" => "Example"
"progressLabelCssClass" => "lh-sm fa-sm text-black"
"isBottomLabelActivate" => true,
]
);
How can I help you explore Laravel packages today?