---
title: Clipboard
description: Used to copy text to the clipboard
links:
source: components/clipboard
storybook: components-clipboard--basic
recipe: clipboard
ark: https://ark-ui.com/react/docs/components/clipboard
---
## Usage
```tsx
import { Clipboard } from "@chakra-ui/react"
```
```tsx
```
## Examples
### Button
Use the `Clipboard.Trigger` component to create a copy button.
### Input
Use the `Clipboard.Input` component to create a copy input.
### Timeout
Use the `timeout` prop to change the duration of the copy message.
### Link Appearance
Here's an example that combines the `Clipboard.Trigger` and
`Clipboard.ValueText` components to create a link appearance.
### Store
Alternatively, you can use the `useClipboard` hook to create a custom component.
## Props
### Root