aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rw-r--r--template/jsx/base-class.jsx3
-rw-r--r--template/jsx/snip-class.jsx3
2 files changed, 6 insertions, 0 deletions
diff --git a/template/jsx/base-class.jsx b/template/jsx/base-class.jsx
new file mode 100644
index 0000000..09a925c
--- /dev/null
+++ b/template/jsx/base-class.jsx
@@ -0,0 +1,3 @@
+class {{_input_:name}} {
+ {{_cursor_}}
+}
diff --git a/template/jsx/snip-class.jsx b/template/jsx/snip-class.jsx
new file mode 100644
index 0000000..09a925c
--- /dev/null
+++ b/template/jsx/snip-class.jsx
@@ -0,0 +1,3 @@
+class {{_input_:name}} {
+ {{_cursor_}}
+}