Use Bootstrap’s custom button styles for actions in forms, dialogs, and more with support for multiple sizes, states, and more.
Alternative
Textarea
Alternative
Checkboxes
Sliders
Prop Name | Type | Default | Description |
required
|
Boolean
|
N/A
|
Whether input is required (adds an asterix *)
|
valid
|
Boolean
|
N/A
|
Whether is valid
|
label
|
String
|
N/A
|
Input label (text before input)
|
error
|
String
|
N/A
|
Input error (below input)
|
labelClasses
|
String
|
N/A
|
Input label css classes
|
inputClasses
|
String
|
N/A
|
Input css classes
|
value
|
String | Number
|
N/A
|
Input value
|
addonRightIcon
|
String
|
N/A
|
Addon right icon
|
addonLeftIcon
|
String
|
N/A
|
Addont left icon
|
Base Checkbox props
Prop Name | Type | Default | Description |
checked
|
Array | Boolean
|
N/A
|
Whether checkbox is checked
|
disabled
|
Boolean
|
N/A
|
Whether checkbox is disabled
|
inline
|
Boolean
|
N/A
|
Whether checkbox is inline
|
Base Radio props
Prop Name | Type | Default | Description |
name
|
String | Number
|
N/A
|
Radio label
|
disabled
|
Boolean
|
N/A
|
Whether radio is disabled
|
value
|
String | Boolean
|
N/A
|
Radio value
|
inline
|
Boolean
|
N/A
|
Whether radio is inline
|
Slider plugin props
Prop Name | Type | Default | Description |
value
|
String | Array | Number
|
N/A
|
Slider value
|
disabled
|
Boolean
|
N/A
|
Whether slider is disabled
|
range
|
Object
|
{
"min": 0,
"max": 100
}
|
Slider range (defaults to 0-100)
|
type
|
String
|
N/A
|
Slider type (e.g primary, danger etc)
|
options
|
Object
|
{}
|
noUiSlider options
|