change version 1.7.0

This commit is contained in:
2025-02-23 19:58:59 +07:00
parent d6e3946296
commit d73d28a114
15 changed files with 642 additions and 418 deletions

View File

@@ -2,24 +2,14 @@
"DocuCards": {
"prefix": "card",
"body": [
"<div className=\"grid grid-cols-1 sm:grid-cols-2 gap-4\">",
"<Card>",
" <Card.Title title=\"${1:Heading}\" icon=\"${2:Heading}\" />",
" <Card.Description description=\"${3:Your description card here! change this text}\" />",
"<CardGroup cols={2}>",
"<Card title=\"${1:Heading2}\" icon=\"${2:Heading2}\">",
" This is an example of card content with columns.",
"</Card>",
"<Card>",
" <Card.Title title=\"Link\" icon=\"Link\" />",
" <Card.Description description=\"Your description card here! change this text\" />",
"<Card title=\"${3:Heading3}\" icon=\"${4:Heading3}\">",
" This is an example of card content with columns.",
"</Card>",
"<Card>",
" <Card.Title title=\"Images\" icon=\"Images\" />",
" <Card.Description description=\"Your description card here! change this text\" />",
"</Card>",
"<Card>",
" <Card.Title title=\"Code Block\" icon=\"Code\" />",
" <Card.Description description=\"Your description card here! change this text\" />",
"</Card>",
"</div>"
"</CardGroup>"
],
"description": "Create a DocuCards component on markdown."
}

View File

@@ -1,3 +0,0 @@
{
"recommendations": []
}

View File

@@ -2,14 +2,7 @@
"DocuTooltips": {
"prefix": "tooltips",
"body": [
"<div className=\"w-full\">",
" <Tooltip tip=\"${1:this is tooltips! DocuBook on version 1.0.5}\">",
" <span style={{ textDecoration: \"underline dotted\", cursor: \"pointer\" }}>",
" ${2:Hover over me}",
" </span>",
" </Tooltip>",
" <span> ${3:and this is some regular text.}</span>",
"</div>"
"${1:What do you know about }<Tooltip text=\"${2:DocuBook}\" tip=\"${3:npx @docubook/create@latest}\" /> ${4:? Create interactive nested documentations using MDX.}",
],
"description": "Create a DocuTooltips component with version examples."
}