Back
AnnouncementBar
Variants
🎉 New version 2.0 is out!Read the changelog
⚠️ Scheduled maintenance on Sunday 3–5 AM UTC.
✅ Your account has been verified.
❌ Service degraded – some features may be unavailable.
Usage
@display.AnnouncementBar(display.AnnouncementBarProps{
Message: "New version out!",
LinkLabel: "See what's new",
LinkHref: "/changelog",
Dismissible: true,
StorageKey: "announcement-v2", // persists dismiss in localStorage
Variant: "brand", // "brand"|"success"|"warning"|"danger"|"neutral"
})