mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2026-01-25 16:44:12 +00:00
3.8 KiB
3.8 KiB
| extends | title |
|---|---|
| _layouts.documentation | Alerts |
Alerts
Work in progress!
More detailed documentation is coming soon, but in the mean time 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.
Titled
@component('_partials.code-sample', ['lang' => 'html'])
Danger
Something not ideal might be happening.
Solid
@component('_partials.code-sample', ['lang' => 'html'])
Something happened that you should know about.
Top Accent Border
@component('_partials.code-sample', ['lang' => 'html'])
Our privacy policy has changed
Make sure you know how these changes affect you.
Banner
@component('_partials.code-sample', ['lang' => 'html'])
Informational message
Some additional text to explain said message.