Skip to content

Commit

Permalink
Add name slot, to enable markdown element to be inserted into name
Browse files Browse the repository at this point in the history
  • Loading branch information
nielslyngsoe committed Aug 14, 2024
1 parent 5cf5fef commit b26ad65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/uui-ref-node/lib/uui-ref-node.element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export class UUIRefNodeElement extends UUIRefElement {
: ''}
</span>
<div id="info">
<div id="name">${this.name}</div>
<div id="name">${this.name}<slot name="name"></slot></div>
${this.renderDetail()}
</div>
</span>
Expand Down

0 comments on commit b26ad65

Please sign in to comment.