/
githubmirror
/
tabler
Обзор
Документация
Войти
/
githubmirror
/
tabler
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
shared/components/modals/SmallModalContent.astro
12 строк
425 B
Paweł Kuna
Improve accessibility across layouts, components, and forms (#2799)
06 авг 2026, 00:40
Не верифицирован
06 авг 2026, 00:40
1effe22
Код
Авторство
О чём код?
--- --- <div class="modal-body"> <div class="modal-title" id="modal-small-title">Are you sure?</div> <div>If you proceed, you will lose all your personal data.</div> </div> <div class="modal-footer"> <button type="button" class="btn btn-link link-secondary me-auto" data-bs-dismiss="modal">Cancel</button> <button type="button" class="btn btn-danger" data-bs-dismiss="modal">Yes, delete all my data</button> </div>