Files
docs.tutoraddons.com/.vscode/card.code-snippets
2025-04-12 14:34:53 +07:00

17 lines
518 B
Plaintext

{
"DocuCards": {
"prefix": "card",
"body": [
"<CardGroup cols={2}>",
"<Card title=\"${1:Heading2}\" icon=\"${2:Heading2}\">",
" This is an example of card content with columns.",
"</Card>",
"<Card title=\"${3:Heading3}\" icon=\"${4:Heading3}\">",
" This is an example of card content with columns.",
"</Card>",
"</CardGroup>"
],
"description": "Create a DocuCards component on markdown."
}
}