Banner
Work in progress
This banner component is a work in progress. To see it in action, have a look at:
/blocks/banner/
Installation
Section titled “Installation”To install the banner component, run the following command:
npx shadcn@latest add @fulldev/bannerimport { Banner, BannerContent } from "@/components/ui/banner"<Banner> <BannerContent> <BannerTitle> Banner Title </BannerTitle> <BannerDescription> Banner Description </BannerDescription> </BannerContent></Banner>