tailwindcss/docs/source/docs/examples/alerts.blade.md
2017-11-02 11:02:06 +01:00

3.9 KiB

extends title
_layouts.documentation Alerts

Alerts

Work in progress!

More detailed documentation is coming soon, but in the meantime here's a bunch of quick examples.

Traditional

@component('_partials.code-sample', ['lang' => 'html'])

Holy smokes! Something seriously bad happened.
@endcomponent

Left Accent Border

@component('_partials.code-sample', ['lang' => 'html'])

Be Warned

Something not ideal might be happening.

@endcomponent

Titled

@component('_partials.code-sample', ['lang' => 'html'])

Danger

Something not ideal might be happening.

@endcomponent

Solid

@component('_partials.code-sample', ['lang' => 'html'])

Something happened that you should know about.

@endcomponent

Top Accent Border

@component('_partials.code-sample', ['lang' => 'html'])

Our privacy policy has changed

Make sure you know how these changes affect you.

@endcomponent

Banner

@component('_partials.code-sample', ['lang' => 'html'])

Informational message

Some additional text to explain said message.

@endcomponent