We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcd75ff commit 29a13afCopy full SHA for 29a13af
.emmet/snippets.example.json
@@ -27,7 +27,9 @@
27
28
"jsx": {
29
"snippets": {
30
- "rfc": "import React from 'react';\n\nconst Component = () => {\n return <div></div>;\n};\n\nexport default Component;"
+ "card": "div.card>div.card-header>h3{Card Title}^div.card-body>p{Card content}",
31
+ "modal": "div.modal>div.modal-content>div.modal-header>h2{Modal}^div.modal-body>p{Content}^div.modal-footer>button{Close}",
32
+ "form": "form>div.form-group>label{Name}+input[type=text name=username]^button[type=submit]{Submit}"
33
}
34
35
0 commit comments