initial commit.

This commit is contained in:
2025-05-03 21:15:13 +07:00
parent 474bc266c7
commit 3b3025ee3a
15 changed files with 260 additions and 0 deletions

16
.vscode/image-link.code-snippets vendored Normal file
View File

@@ -0,0 +1,16 @@
{
"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."
}
}