Files
woonoow-docs/.vscode/image-link.code-snippets
2025-05-03 21:15:13 +07:00

17 lines
417 B
Plaintext

{
"DocuImage": {
"prefix": "image",
"body": [
"![${1:Alt text for the image}](${2:https://via.placeholder.com/150})"
],
"description": "Snippet untuk menampilkan image komponen."
},
"DocuLink": {
"prefix": "link",
"body": [
"[${1:Text Link}](${2:https://www.openai.com})"
],
"description": "Snippet untuk menampilkan link komponen."
}
}