Clipboard
Plain action with done hint:
Usage
API
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| value | String | - | Text to copy to clipboard |
| doneHint | String | "Copied" | Notification message after copy |
| multiline | Boolean | false | Preserve newlines when copying (uses a textarea) |
| plain | Boolean | false | Plain button style (Button attr) |
Note: Requires a <Notification /> component in your app for the copy confirmation.
