Copy Button Demo
unlumen-ui/demo-copyFreeComponent
Demo showing a copy button.
Install it
npx shadcn@latest add https://ui.unlumen.com/r/demo-copy.jsonSource
1import { CopyButton, type CopyButtonProps } from "@/components/unlumen-ui/primitives/copy";23interface CopyButtonDemoProps {4 variant: CopyButtonProps["variant"];5 size: CopyButtonProps["size"];6}78export default function CopyButtonDemo({ variant, size }: CopyButtonDemoProps) {9 return <CopyButton variant={variant} size={size} content="Hello world!" />;10}
What it pulls in
npm packages
Other registry items
Files it writes
More from Unlumen Ui
All 233 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| AI Chatai-chat | Unlumen Ui | Components | Paid | 2 deps | |
| Vercel Animate Countanimate-count | Unlumen Ui | Components | Free | 1 dep | |
| Animate Digitsanimate-digits | Unlumen Ui | Components | Free | 1 dep | |
| Animated Inputanimate-text-input-typing | Unlumen Ui | Components | Paid | 1 dep | |
| Animated Listanimated-list | Unlumen Ui | Components | Free | 1 dep | |
| Apple Switchapple-switch | Unlumen Ui | Components | Free | 1 dep | |
| Aurora Barsaurora-bars | Unlumen Ui | Components | Free | 1 dep | |
| Aurora Bluraurora-blur | Unlumen Ui | Components | Free | 2 deps |
