/
githubmirror
/
tabler
Обзор
Документация
Войти
/
githubmirror
/
tabler
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
preview/pages/blank.astro
10 строк
432 B
Paweł Kuna
Improve accessibility across layouts, components, and forms (#2799)
06 авг 2026, 00:40
Не верифицирован
06 авг 2026, 00:40
1effe22
Код
Авторство
О чём код?
--- // front matter keys unused — empty page header comes from missing `page-header` key. import DefaultLayout from '@shared/layouts/DefaultLayout.astro' import Empty from '@ui/Empty.astro' --- <DefaultLayout title="Blank page" pageMenu="base.blank" containerCentered> <h1 class="visually-hidden">Blank page</h1> <Empty buttonText="Add your first client" buttonIcon="plus" illustration="computer-fix.svg" /> </DefaultLayout>