{
"Vuetify Menu -- Parent Activator": {
"prefix": "v-menu",
"body": [
"",
" Activator",
" ",
" ",
" ",
" {{ item }}",
" ",
" ",
" ",
""
],
"description": "We use menu component with parent activator mostly because it is compact and easy to understand."
},
"Vuetify CSS variable": {
"prefix": "v-css-var",
"body": [
"rgb(var(--v-${1:theme}))"
],
"description": "Vuetify CSS variable"
},
"Icon only button": {
"prefix": "IconBtn",
"body": [
"",
" ",
""
],
"description": "Icon only button"
},
"Radio Group": {
"prefix": "v-radio-grp",
"body": [
"",
" ",
""
],
"description": "Radio Group"
}
}