Skip to content

Commit 8311aa9

Browse files
committed
Update component.md
1 parent 14c9647 commit 8311aa9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/content/en/flavor/component.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,16 @@ Click [here](/props) to see full documentation on props.
3030

3131
## Advanced Usage
3232

33+
## Example 0
34+
35+
Mount tippy on the child node instead of default tag
36+
37+
```html
38+
<tippy content="Hi!" :tag="null">
39+
<button>Tippy!</button>
40+
</tippy>
41+
```
42+
3343
### Example 1
3444

3545
```html

0 commit comments

Comments
 (0)