diff --git a/src/components/emoji-input/emoji-input.js b/src/components/emoji-input/emoji-input.js
index 9e8605bc..2a32b33b 100644
--- a/src/components/emoji-input/emoji-input.js
+++ b/src/components/emoji-input/emoji-input.js
@@ -1,31 +1,65 @@
import Completion from '../../services/completion/completion.js'
import { take } from 'lodash'
+/**
+ * EmojiInput - augmented inputs for emoji and autocomplete support in inputs
+ * without having to give up the comfort of and elements
+ *
+ * Intended usage is:
+ *
+ *
+ *
+ *
+ * Works only with and