Banners5
mynaui/banners5FreeBlock
Components for displaying promotional banners, announcements and call-to-actions.
Install it
npx shadcn@latest add https://mynaui.com/r/banners5.jsonSource
1import { Button } from "@/ui/button";2import { Globe, X } from "@mynaui/icons-react";34export default function Banners2() {5 return (6 <div className="bg-background border-t absolute bottom-0 left-0 right-0 z-50">7 <div className="flex items-start justify-between gap-4 max-w-7xl mx-auto px-4 py-4">8 <div className="flex items-start gap-3">9 <Globe className="size-5 stroke-2 text-muted-foreground mt-0.5 shrink-0" />10 <div>11 <h3 className="font-semibold text-sm">12 Your Privacy Rights13 </h3>14 <p className="text-sm text-muted-foreground mt-1">15 Under GDPR, you have the right to access, update, or delete your16 personal data.17 <Button18 variant="link"19 className="p-0 h-auto ml-1"20 >21 Manage your data →22 </Button>23 </p>24 </div>25 </div>26 <Button variant="ghost" className="size-8">27 <X className="size-4 stroke-2" />28 <span className="sr-only">Dismiss banner</span>29 </Button>30 </div>31 </div>32 );33}
What it pulls in
npm packages
Other registry items
Files it writes
More from mynaui
All 346 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| 40414041 | mynaui | Blocks | Free | no deps · 2 files | |
| 40424042 | mynaui | Blocks | Free | no deps · 2 files | |
| 40434043 | mynaui | Blocks | Free | no deps · 2 files | |
| 40444044 | mynaui | Blocks | Free | no deps · 2 files | |
| 40454045 | mynaui | Blocks | Free | no deps · 2 files | |
| App sheets1app-sheets1 | mynaui | Blocks | Free | no deps · 2 files | |
| App sheets2app-sheets2 | mynaui | Blocks | Free | no deps · 2 files | |
| App sheets3app-sheets3 | mynaui | Blocks | Free | no deps · 2 files |
