@extends('layouts.dashboard.dashboard') @section('title') Dashboard @endsection @section('content')
Here are examples of .form-control
applied to each
textual HTML5 <input>
type
.
Set heights using classes like .form-control-lg
and
.form-control-sm
.
Set horizontally scrollable range inputs using
.form-control-range
.
A switch has the markup of a custom checkbox but uses the
.form-switch
class to render a toggle switch. Switches also support the
disabled
attribute.
The file input is the most gnarly of the bunch and requires additional JavaScript if you’d like to hook them up with functional Choose file… and selected file name text.