init
This commit is contained in:
10
snippets/reason-mode/component
Normal file
10
snippets/reason-mode/component
Normal file
@@ -0,0 +1,10 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: component
|
||||
# key: component
|
||||
# --
|
||||
module ${1:Component} = {
|
||||
[@react.component]
|
||||
let make = (${2:parameters}) => {
|
||||
$0
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user