{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "announcement-banner-demo", "title": "Announcement Banner Demo", "description": "Example showing dismissable announcement banners.", "dependencies": [ "motion" ], "registryDependencies": [ "https://pioneerui.com/r/announcement-banner" ], "files": [ { "path": "registry/example/announcement-banner-demo.tsx", "content": "import { AnnouncementBanner } from \"../pioneerui/announcement-banner\"\n\nconst SparkleIcon = () => (\n \n \n \n)\n\nexport default function AnnouncementBannerDemo() {\n return (\n
\n \n }\n />\n \n
\n )\n}\n", "type": "registry:example", "target": "components/announcement-banner-demo.tsx" } ], "type": "registry:example" }