mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
8.1 KiB
8.1 KiB
| extends | title |
|---|---|
| _layouts.documentation | Forms |
Forms
Work in progress!
More detailed examples are coming soon.
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
Underline Form
@component('_partials.code-sample', ['class' => 'flex justify-center p-8'])
Sign Up
Cancel
@endcomponent