Copy
Displays a tooltipped button that puts string contents into the user's clipboard.
Was this example helpful?
Usage
import { Copy } from "@medusajs/ui"
<Copy content="yarn add @medusajs/ui" />
API Reference
This component is based on the button
element and supports all props of this element.
Prop | Type | Default |
---|---|---|
content | string | - |
asChild | boolean | false |
Was this section helpful?
Examples
With custom display
Was this example helpful?
As child
Using the asChild
prop, you can render the <Copy/>
as it's child. This is useful if you want to render a custom button, to prevent rendering a button inside a button.
Copy command
Was this example helpful?