Used to copy text to the clipboard.
import { Clipboard } from "@/components/clipboard"; function Example() { return <Clipboard value="Copy" />; }