Components
a youtube button which reveals mini profile on hover. It looks like a modern social media hover card that combines both branding (YouTube logo) and channel info in a smooth reveal.
Loading preview...
import { Component } from "@/components/ui/youtube-reveal";
export default function DemoOne() {
return <Component />;
}