CopyButton
CopyButton Component
Playground
Props
| Prop | Type | Default | Value |
|---|---|---|---|
| text | text | โ | |
| variant | selectprimary | secondary | ghost | โ | |
| size | selectsm | md | lg | โ |
Default
WithCode
Variants
| PROP | TYPE | DEFAULT | DESCRIPTION |
|---|---|---|---|
size | select | โ | Button size |
text | text | โ | Text to copy |
variant | select | โ | Button variant |
Using CopyButtontsx
import { CopyButton } from '@/components/CopyButton'
<CopyButton
text="..."
variant="..."
size="..."
/>Tokens Used
No design tokens detected