Progress Bar Tag
abstract class ProgressBarTag<T>(className: String?, bgColor: BsBgColor?)
Content copied to clipboard
A base class for the progress bar tag. This class only exposes utility methods in order to set the typical attributes used by the bootstrap progress bar in a type-safe manner.
Constructors
ProgressBarTag
Link copied to clipboard
fun ProgressBarTag(className: String? = null, bgColor: BsBgColor? = null)
Content copied to clipboard
Functions
build Class Set
Link copied to clipboard
Properties
Inheritors
NumberProgressBarTag
Link copied to clipboard