{
"Docu Card Group": {
"prefix": "card-group",
"body": [
"",
" ",
" ${4:Card content goes here. You can add **markdown** content.}",
" ",
" ",
" ${7:More content here.}",
" ",
""
],
"description": "Create a group of cards in a responsive grid"
},
"Docu Card": {
"prefix": "card",
"body": [
"",
" ${5:Card content goes here. You can add **markdown** content.}",
""
],
"description": "Create a single card component"
},
"Docu Horizontal Card": {
"prefix": "card-horizontal",
"body": [
"",
" ${4:Content appears next to the icon in a horizontal layout.}",
""
],
"description": "Create a horizontal card layout"
},
"Docu Card With Link": {
"prefix": "card-link",
"body": [
"",
" ${4:This card is clickable and links to an external URL.}",
""
],
"description": "Create a clickable card that links to a URL"
}
}