Copyable
Default
Copy me
Props
| Prop | Type | Default | Notes |
|---|---|---|---|
| text | string | — | Text to render (or wrap children instead). |
| copyText | string | text | Copied text; defaults to the rendered text. |
| className | string | 'text-slate-400' | Classes for the rendered text. |
| containerClass | string | '' | Extra classes for the wrapper. |
| copyAriaLabel | string | locale | Accessible name for the copy button. |
| copyTooltip | string | locale | Tooltip for the copy button. |
| alwaysVisible | boolean | false | Keeps the copy button visible (top-right mode implies it). |
| copyPosition | 'inline' | 'top-right' | 'inline' | Copy button placement. |
| children | Snippet | — | Renders instead of text when passed. |