mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
1.7 KiB
1.7 KiB
| extends | title |
|---|---|
| _layouts.documentation | Forms |
Forms
Work in progress!
More detailed documentation is coming soon.
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