mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
2.0 KiB
2.0 KiB
| extends | title | description | features | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| _layouts.documentation | Forms | Utilities for styling form controls. |
|
@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