Skip to content

Instantly share code, notes, and snippets.

View shalinjames's full-sized avatar

Shalin Ebinezhar Inbakumar shalinjames

View GitHub Profile
@shalinjames
shalinjames / html_sample.json
Created August 11, 2018 17:14
Sample VS Code html extension block
{
"Nebular Button": {
"prefix": "nb-button",
"body": ["<button nbButton></button>"]
}
}
@shalinjames
shalinjames / html.json
Last active August 11, 2018 17:10
vscode html snippet
{
"Nebular Button": {
"prefix": "nb-button",
"body": ["<button nbButton></button>"]
},
"Nebular Checkbox Without Status": {
"prefix": "nb-checkbox",
"body": ["<nb-checkbox>${1:text}</nb-checkbox>"]
},
"Nebular Checkbox With Status": {