Files
WRNexusJS/packages/ui/components/NotificationDot.wrn
T
2026-07-19 17:14:12 +05:30

9 lines
254 B
Plaintext

component NotificationDot {
props {
label = "Notification"
variant = "default"
class = ""
}
view { <span class="wire-badge wire-badge--{variant} wire-catalog-badge wire-catalog-badge--notificationdot {class}">{label}<slot /></span> }
}