mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
3.9 KiB
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.
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.