feat: add toast container component and create testing page for reusable UI elements
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user