x
1
2
3
4
5
<div class="flex flex-col justify-start w-[400px] lg:w-[500px]"> <span class="flex my-4 font-semibold text-gray-400">With outside Label</span> <div class="mb-8 space-y-2"> </div></div>
1
2
3
4
5
6
7
8
<div class="flex flex-col justify-start w-[400px] lg:w-[500px]"> <span class="flex my-4 font-semibold text-gray-400">With outside Label</span> <div class="mb-8 space-y-2"> <%= rui_progressbar(style: :blue, progress: 50, label: true, header: "RRUI", text: "50%") %> </div></div>
Progressbar with outlside labels
Progressbar with outside labels on eachside for more information.
No params configured.