feat: add toast container component and create testing page for reusable UI elements

This commit is contained in:
2026-07-01 12:02:50 -03:00
parent 0363280ede
commit 3b7615fd85
4 changed files with 42 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
<div class="toast-container position-fixed top-0 end-0 p-3">
<div class="toast-container position-fixed bottom-0 start-50 translate-middle-x p-3">
@for (toast of toasts(); track toast.id) {
<div
class="toast show align-items-center border-0 shadow-sm"