Redpanda UI
RC
Redpanda UI

Copy Button

A button with a copy to clipboard animation and optional text label.

Made by imskyleen
Loading component...

Installation

When to use

Use this decision tree to determine when to use the Copy Button component:

Usage

Icon Only

<CopyButton content="Hello world!" size="icon" />

With Text Label

<CopyButton content="npm install @redpanda/ui">
  Copy
</CopyButton>

Different Variants

<CopyButton content="Hello world!" variant="outline">
  Copy to clipboard
</CopyButton>

<CopyButton content="Some text" variant="secondary">
  Copy text
</CopyButton>

<CopyButton content="Code snippet" variant="ghost">
  Copy
</CopyButton>

Props

Prop

Type

Credits

Built by malinskibeniamin. The source code is available on GitHub.

On this page