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

15 lines
435 B
Plaintext

{
"DocuAccordion": {
"prefix": "accordion",
"body": [
"<Accordion title=\"${1:Plain Text}\">",
" this is an example of plain text content from the accordion component and below is markdown ;",
" 1. number one",
" 2. number two",
" 3. number three",
"</Accordion>"
],
"description": "Create a DocuAccordion component with markdown list."
}
}