/
githubmirror
/
tabler
Обзор
Документация
Войти
/
githubmirror
/
tabler
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
screenshots/pages/alert.astro
13 строк
673 B
Paweł Kuna
Add screenshots package and fix `card-gradient` minify bug (#2793)
07 авг 2026, 01:48
Не верифицирован
07 авг 2026, 01:48
b38cd32
Код
Авторство
О чём код?
--- import ScreenshotLayout from '../layouts/ScreenshotLayout.astro' import Alert from '@ui/Alert.astro' --- <ScreenshotLayout title="Alert" columns={2}> <div class="space-y"> <Alert type="success" title="Well done!" description="You successfully read this important alert message." /> <Alert type="warning" title="Warning!" description="Better check yourself, you're not looking too good." /> <Alert type="danger" title="Oh snap!" description="Change a few things up and try submitting again." showClose /> <Alert type="info" title="Heads up!" description="This alert needs your attention, but it's not super important." /> </div> </ScreenshotLayout>