Skip to content

ZCopyButton

CopyButton component from zurto-ui.

Preview

Import

typescript
import { ZCopyButton } from "zurto-ui";

Props

PropTypeDefaultDescription
childrenReactNode-Component content
classNamestring-Additional CSS classes

Sizes

tsx
<ZCopyButton size="sm">Small</ZCopyButton>
<ZCopyButton size="md">Medium</ZCopyButton>
<ZCopyButton size="lg">Large</ZCopyButton>

Accessibility

  • ✅ Proper ARIA attributes included
  • ✅ Keyboard navigation support
  • ✅ Screen reader friendly
  • ✅ Focus visible indicators

Released under the MIT License.