Spelte

Open Github

Copy Button

A copy-to-clipboard button with blur transition effect.

Installation

pnpm dlx shadcn-svelte@latest add https://spelte.dev/r/copy-button.json

Examples

Size

Usage

<script>
	import CopyButton from '$registry/spelte/copy-button.svelte';
</script>
 
<CopyButton value="pnpm dlx shadcn-svelte@latest init" />

Props

PropTypeDefaultDescription
valuestringText to copy to clipboard
size"sm" | "default" | "lg""default"Button size
classstringAdditional CSS classes
onclick(e: MouseEvent) => voidClick event handler