tailwindcss/docs/source/docs/forms.blade.md
2017-11-09 14:05:03 -05:00

2.0 KiB

extends title description features
_layouts.documentation Forms Utilities for styling form controls.
responsive customizable hover focus
true false false false

@include('_partials.work-in-progress')

Class Properties Description
.appearance-none appearance: none; Remove any special styling applied to an element by the browser.

Custom Select

Form controls are great candidates for component classes, but just for fun, here's how you can build a fully custom select menu with just utility classes:

@component('_partials.code-sample', ['lang' => 'html', 'class' => 'text-center'])

Really long option that will likely overlap the chevron Option 2 Option 3
@endcomponent