rokle

Personality

20
40
70
15

Active brand: Meridian

Adjust sliders to see every component on the page respond in real time.

Clipboard

Copy-to-clipboard trigger with transient success feedback shown after copying.

Examples

Basic copy

Copy a short value to the clipboard with one click.

With feedback

Input + copy button showing a success message after copy.

Code block copy

Floating copy button overlaid on a code block.

Installation

pnpm add @rokle/components @rokle/tokens

Installs with the default Rokle brand. Generate a custom brand on rokle.app to use your own colours and personality.

Usage

import { Clipboard } from "@rokle/components";
import { Clipboard } from "@rokle/components";

export function Example() {
  return <Clipboard />;
}

API Reference

PropTypeDefaultDescription
valuestring-Text to copy to the clipboard.
timeoutnumber2000Duration in ms to show the copied state.