--- title: ClipboardItem description: Enables copying text to the user’s clipboard. Use alongside Button or Link components to let users easily copy content. `` doesn’t render visually. api_version: 2025-10 api_name: checkout-ui-extensions source_url: html: https://shopify.dev/docs/api/checkout-ui-extensions/latest/polaris-web-components/utilities/clipboarditem md: https://shopify.dev/docs/api/checkout-ui-extensions/latest/polaris-web-components/utilities/clipboarditem.md --- # Clipboard​Item Enables copying text to the user’s clipboard. Use alongside Button or Link components to let users easily copy content. `` doesn’t render visually. ## Properties * id string A unique identifier for the element. * text string Default: '' Plain text to be written to the clipboard. ### Examples * #### Code ##### Default ```html Copy discount code ```