component NotificationDot { props { label = "Notification" variant = "default" class = "" } view { {label} } }