docs(toast): update

This commit is contained in:
Benjamin Canac
2024-09-04 11:36:05 +02:00
parent e91cba741c
commit 7c18232932
5 changed files with 63 additions and 8 deletions

View File

@@ -14,7 +14,11 @@ links:
Use a [Button](/components/button) or any other component in the default slot of the Tooltip.
::important
Make sure to wrap your app with the [`App`](/components/app) component to make the Tooltip work properly.
Make sure to wrap your app with the [`App`](/components/app) component which uses the [TooltipProvider](https://www.radix-vue.com/components/tooltip.html#provider) component from Radix Vue.
::
::tip{to="/components/app#props"}
You can check the `App` component `tooltip` prop to see how to configure the Tooltip globally.
::
### Text