Simple helper component that when clicked, copies a string to the clipboard.
import { CopyButton } from "@trytoolify/ui/copy-button";
<CopyButton text="Hello, world!">Copy</CopyButton>