Copy Button
SocialCopy to clipboard button
copyclipboardbutton
Installation
$
Usage
tsx
import { CopyButton } from "@/components/nonaxial/copy-button"
export default function Example() {
return (
<CopyButton>{/* Your content here */}</CopyButton>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |