Skip to content

Commit

Permalink
Merge branch 'main' into feat-figma-properties-alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget authored Nov 21, 2024
2 parents 685c384 + 588b50f commit e999315
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,10 @@ <h1>Output</h1>
<dt>tags value</dt>
<dd>{{ getTags() }}</dd>

<br />
<db-tag><db-checkbox>Checkbox</db-checkbox></db-tag>
<db-tag><db-radio>Checkbox</db-radio></db-tag>
<db-tag><db-button>Checkbox</db-button></db-tag>
<br />

<db-tabs orientation="vertical">
Expand Down
2 changes: 1 addition & 1 deletion showcases/shared/tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
"name": "input",
"native": true,
"props": {
"for": "checkbox02",
"id": "checkbox02",
"type": "checkbox"
}
}
Expand Down

0 comments on commit e999315

Please sign in to comment.