Files
docs.addonsejoli.pro/.vscode/button.code-snippets
2025-02-23 10:43:08 +07:00

17 lines
429 B
Plaintext

{
"DocuButton": {
"prefix": "button",
"body": [
"<Button",
" text=\"${1:Learn More}\"",
" href=\"${2:https://learn.example.com}\"",
" icon=\"${3:MoveUpRight}\"",
" size=\"${4:md}\"",
" target=\"${5:_blank}\"",
" variation=\"${6:primary}\"",
"/>"
],
"description": "Create a DocuButton component on markdown."
}
}