@extends('layouts.app') @section('styles') @endsection @section('content')
Textual form controls like <input>
s and <textarea>
s an upgrade with custom styles,focus states, and more.
Set heights using classes like .form-control-lg
and .form-control-sm
.
If you want to have <input readonly>
elements in your form styled as plain text, use the <.form-control-plaintext>
class to remove
the default form field styling and preserve the correct margin and padding .
Customize the native <select>
s with custom CSS that changes the element’s initial appearance.
You may also choose from small and large custom selects to match our similarly sized text inputs.