diff --git a/docs/components/tooltip.md b/docs/components/tooltip.md index b91e8566c..61fbb22b8 100644 --- a/docs/components/tooltip.md +++ b/docs/components/tooltip.md @@ -132,3 +132,18 @@ A tooltip's target is its _first child element_, so you should only wrap one ele toggle.addEventListener('click', () => tooltip.open = !tooltip.open); ``` + +### No Arrows + +```html preview +
+ + Above + + + + + Below + +
+``` \ No newline at end of file