Components
Loading preview...
An expandable share button that reveals social media icons (Twitter, Instagram, LinkedIn) and copy link with smooth spring animations.
@Shatlyk1011
npx shadcn@latest add https://21st.dev/r/Shatlyk1011/social-buttonimport 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>
);
}