useClipboard

useClipboard is a custom hook that performs the operation of copying a value to the clipboard.

Usage

import { useClipboard } from "@yamada-ui/react"
const { onCopy, value, setValue, copied } = useClipboard("initial value")

Using Initial Values

Change Timeout

To change the timeout, set a number(milliseconds) to the second argument. The default is 1500.

Copy the Specified Value