diff --git a/components/copy-to-clipboard/README.md b/components/copy-to-clipboard/README.md index 34141a30de..6f476500a6 100644 --- a/components/copy-to-clipboard/README.md +++ b/components/copy-to-clipboard/README.md @@ -28,6 +28,12 @@ a label ready to be copied to the clipboard. Using `` defines the button content (e.g. text like "click here to copy"). +## Inputs + +| Name | Type | Default | Description | +| --------- | ------------------------- | --------- | ------------------------------------------------------------- | +| `variant` | `'primary' | 'secondary'` | `primary` | Defines the variant of the embedded copy-to-clipboard button. | + ## Outputs | Name | Type | Description | diff --git a/components/copy-to-clipboard/src/copy-to-clipboard.html b/components/copy-to-clipboard/src/copy-to-clipboard.html index d0a78435e1..90b072aa07 100644 --- a/components/copy-to-clipboard/src/copy-to-clipboard.html +++ b/components/copy-to-clipboard/src/copy-to-clipboard.html @@ -5,6 +5,7 @@