An expandable share button that reveals social media icons (Twitter, Instagram, LinkedIn) and copy link with smooth spring animations.
import SocialButton from "../components/ui/social-button"; export default function Demo() { return ( <div className="flex items-center justify-center min-h-screen bg-background"> <SocialButton /> </div> ); }