diff --git a/elements/pfe-clipboard/README.md b/elements/pfe-clipboard/README.md
index 8e169fc71e..82171ca954 100644
--- a/elements/pfe-clipboard/README.md
+++ b/elements/pfe-clipboard/README.md
@@ -37,6 +37,11 @@ A button to copy the current URL to the system clipboard.
```
+## Specify the amount of seconds the copy success text should be visible
+```html
+
+```
+
### Accessibility
`` implements many features of a standard button to provide an accessible
@@ -56,6 +61,7 @@ mouse clicks as well as enter and space key presses per the recommendation of
## Attributes
- `no-icon`: Optional boolean attribute that, when present, removes the icon from the template.
+- `copied-duration`: Specify the amount of time in seconds the copy success text should be visible.
## Variable hooks
diff --git a/elements/pfe-clipboard/demo/index.html b/elements/pfe-clipboard/demo/index.html
index c7fcaa789a..a5cddd6b4a 100644
--- a/elements/pfe-clipboard/demo/index.html
+++ b/elements/pfe-clipboard/demo/index.html
@@ -73,6 +73,9 @@ Clipboard: w/ custom text
You can totally click to copy url
Making some copies!
+
+
Clipboard: w/ custom success text duration.
+
@@ -94,6 +97,9 @@ Clipboard: w/ custom text
You can totally click to copy url
Making some copies!
+
+ Clipboard: w/ custom success text duration.
+