component AnnouncementBar { props { class: string = "" badge: string = "New" message: string = "WrNexus Organizations is now available." description: string = "Build secure multi-tenant applications with teams, roles, domains, and enterprise SSO." href: string = "/organizations" actionLabel: string = "Explore organizations" ariaLabel: string = "Announcement" badgeIcon: string = "icon-[lucide--sparkles]" actionIcon: string = "icon-[lucide--arrow-right]" dismissLabel: string = "Dismiss announcement" showBadge: boolean = true showDescription: boolean = true showAction: boolean = true dismissible: boolean = true } state visible = true view { } }