aboutsummaryrefslogtreecommitdiff
path: root/src/genpass/components/input.cljc
diff options
context:
space:
mode:
Diffstat (limited to 'src/genpass/components/input.cljc')
-rw-r--r--src/genpass/components/input.cljc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/genpass/components/input.cljc b/src/genpass/components/input.cljc
new file mode 100644
index 0000000..097d7aa
--- /dev/null
+++ b/src/genpass/components/input.cljc
@@ -0,0 +1,6 @@
+(ns genpass.components.input)
+
+(defn input-primary [text]
+ [:input.input.is-primary
+ {:type "text"
+ :value text}]) \ No newline at end of file