2017-11-07 15:55:09 -05:00

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'])

Please choose a password.

©{{ date('Y') }} Acme Corp. All rights reserved.

@endcomponent

Inline Form

@component('_partials.code-sample', ['class' => 'flex justify-center p-8'])

Send me your newsletter!
Sign Up
@endcomponent

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
@endcomponent

Underline Form

@component('_partials.code-sample', ['class' => 'flex justify-center p-8'])

Sign Up Cancel
@endcomponent