/
githubmirror
/
tabler
Обзор
Документация
Войти
/
githubmirror
/
tabler
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
shared/components/cards/YouWin.astro
14 строк
559 B
Paweł Kuna
Add quality gates: Prettier for Astro, astro check for shared, unused SCSS variable lint (#2749)
03 авг 2026, 01:47
Не верифицирован
03 авг 2026, 01:47
8962710
Код
Авторство
О чём код?
--- import Button from '@ui/Button.astro' --- <div class="card card-gradient card-gradient-gold"> <div class="card-body text-center p-5"> <div class="display-3 leading-none mb-2">🏆</div> <h1>You are winner!</h1> <p class="text-secondary">You've been selected as our lucky winner for completing <strong class="text-body">100 orders</strong> this month! Click below to claim your exclusive prize and enjoy the benefits!</p> <div class="mt-5"> <Button text="Claim Your Prize" icon="gift" color="primary" /> </div> </div> </div>