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`
|
||||
<demo-el-using-overlaymixin id="tooltip" .config=${tooltipConfig}>
|
||||
<button slot="invoker">
|
||||
Hover me to open the tooltip!
|
||||
</button>
|
||||
<button slot="invoker">Hover me to open the tooltip!</button>
|
||||
<div slot="content" class="demo-overlay">Hello!</div>
|
||||
</demo-el-using-overlaymixin>
|
||||
`;
|
||||
};
|
||||
```
|
||||
|
||||
## trapsKeyboardFocus
|
||||
|
|
|
|||
Loading…
Reference in a new issue