docs: fix TemplateContentRenderError
- format section isTooltip - removed trailing closing brackets which caused the error Signed-off-by: Tobias Kuppens Groot <tkuppensgroo@uos.de>
This commit is contained in:
parent
6307d606ca
commit
03a90637bd
1 changed files with 7 additions and 10 deletions
|
|
@ -81,13 +81,10 @@ Since most overlays have interactive content the default is set to dialogs. To g
|
||||||
|
|
||||||
return html`
|
return html`
|
||||||
<demo-el-using-overlaymixin id="tooltip" .config=${tooltipConfig}>
|
<demo-el-using-overlaymixin id="tooltip" .config=${tooltipConfig}>
|
||||||
<button slot="invoker">
|
<button slot="invoker">Hover me to open the tooltip!</button>
|
||||||
Hover me to open the tooltip!
|
|
||||||
</button>
|
|
||||||
<div slot="content" class="demo-overlay">Hello!</div>
|
<div slot="content" class="demo-overlay">Hello!</div>
|
||||||
</demo-el-using-overlaymixin>
|
</demo-el-using-overlaymixin>
|
||||||
`;
|
`;
|
||||||
};
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## trapsKeyboardFocus
|
## trapsKeyboardFocus
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue