Copy Button

A clipboard button with animated icon swaps, optional labels, and tooltip text.

Customize

Text
Text As
Reveal Animate
Icon Animate
Delay (ms)4000ms

Usage

import { CopyButton } from "@/components/lazy-ui/copy-button";

<CopyButton
  text={true}
  textAs="inline"
  revealAnimate={true}
  iconAnimate="blur"
  delay={4000}
/>