mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
6.8 KiB
6.8 KiB
| extends | title | description |
|---|---|---|
| _layouts.documentation | Forms | null |
@include('_partials.work-in-progress-example')
Login Form
@component('_partials.code-sample', ['class' => 'px-3 py-10 bg-grey-lighter flex justify-center'])
@endcomponentInline Form
@component('_partials.code-sample', ['class' => 'flex justify-center p-8'])
Send me your newsletter!
Sign Up
Form Grid
@component('_partials.code-sample', ['class' => 'flex justify-center p-8'])
Please fill out this field.
Make it as long and as crazy as you'd like
New Mexico
Missouri
Texas
Underline Form
@component('_partials.code-sample', ['class' => 'flex justify-center p-8'])
Sign Up
Cancel
@endcomponent