Hooks
Handle copy interactions, copied state, and timeout reset in a single helper.
Preview
This mirrors the common UI pattern where the copy action updates local feedback state for a short period.
Registry URL: https://react.tileui.zmorg.cn/r/button.json
pnpm dlx shadcn@latest add @tile-ui/use-copy-to-clipboard
const { copy, copied } = useCopyToClipboard();