CopyButton with crossfade animation between two state/content
npx shadcn@latest add https://21st.dev/r/zochory/copy-button-variants
Loading preview...
import { Component } from "@/components/ui/copy-button-variants"; export default function DemoOne() { return <Component />; }