diff --git a/src/clickToCopy.ts b/src/clickToCopy.ts
new file mode 100644
index 0000000..812966f
--- /dev/null
+++ b/src/clickToCopy.ts
@@ -0,0 +1,51 @@
+import { Action } from "./types";
+
+/**
+ *
+ * Copies the text of an element on click: either of the element
+ * it's attached to or a different element using the target
+ * parameter. Target is a string representing a valid CSS selector.
+ *
+ * Usage:
+ *