Text with inline copy button.
import { CopyableText } from "@/components/ui";npm install @starter/uisk_live_abc123xyz789<CopyableText text="sk_live_abc123xyz" />Truncate long text
<CopyableText text="sk_live_abc123xyz789def456ghi" truncate/>Common use case for secrets
<div className="space-y-2"> <Label>API Key</Label> <div className="p-3 bg-muted rounded-md font-mono text-sm"> <CopyableText text="sk_live_abc123xyz789def456ghi" truncate /> </div></div>Configure your app with the features you need and download production-ready code.
Start Configuring