Components
Loading preview...
An interactive horizontal banner that animates the displayed brand name as you hover over its icon.
@makviesainte
npx shadcn@latest add https://21st.dev/r/makviesainte/hover-brand-logoimport HoverBrandLogo from '@/components/ui/hover-brand-logo';
export default function HoverBrandLogoDemo() {
return (
<div className="min-h-screen flex items-center justify-center p-8 bg-background">
<HoverBrandLogo />
</div>
);
}