Update component.md

This commit is contained in:
Georges KABBOUCHI
2023-04-30 19:53:15 +03:00
parent 14c9647440
commit 8311aa92b7
+10
View File
@@ -30,6 +30,16 @@ Click [here](/props) to see full documentation on props.
## Advanced Usage
## Example 0
Mount tippy on the child node instead of default tag
```html
<tippy content="Hi!" :tag="null">
<button>Tippy!</button>
</tippy>
```
### Example 1
```html