Form Inputs
Lorem ipsum dolor sit amet
Default Input
Use .form-control class to input
Helper Text
Password
Predefined Value
Add value="VALUE TEXT" to input
Disabled Input
Add disabled attribute to input
Readonly Input
Add readonly attribute to input
Input with Placeholder
Add placeholder="..." attribute to input
Maxlength Characters
Add maxlength="8" attribute to input
Minlength Characters
Add minlength="5" attribute to input
Input Type Options
Type Text
Use input type="text"
Type Email
Use input type="email"
Type Password
Use input type="password"
Type Number
Use input type="number"
Type URL
Use input type="number"
Type Search
Use input type="search"
Type Date
Use input type="date"
Type Time
Use input type="time"
Type DateTime
Use input type="datetime-local"
Type Range
Use input type="range"
Type Color
Use input type="color"
Textarea
Default Textarea
Textarea with Placeholder
Floating Label
Max Length Characters (30)
Checkbox
Basic Checkbox
Inline Checkbox
Use .form-check-inline to any .form-check
Colored Checkbox
Checkbox Toggle Buttons (Solid & Outline)
Radio
Basic Radio
Inline Radio
Use .form-check-inline to any .form-check