Timepicker
info
These examples require Tailwind CSS. Refer to the getting started documentation to add styling
Default
Custom Tailwind Utility Class
In order to reset the SegmentedControl min-width styling custom css was used.
.min-w-min input + label {
min-width: auto !important;
}