docs: improve callout links

This commit is contained in:
Benjamin Canac
2024-11-29 12:41:31 +01:00
parent bc2bcb30d9
commit 0d41210c91
2 changed files with 3 additions and 3 deletions

View File

@@ -28,8 +28,8 @@ Nuxt UI v3 integrates the latest Tailwind CSS v4 beta (released Nov 21, 2024), b
- **CSS-first configuration**: A reimagined developer experience where you customize and extend the framework directly in CSS instead of a JavaScript configuration file.
- **Designed for the modern web**: Built on native cascade layers, wide-gamut colors, and including first-class support for modern CSS features like container queries, @starting-style, popovers, and more.
::note
For a comprehensive overview of Tailwind CSS v4 beta features, read the [prerelease documentation](https://tailwindcss.com/docs/v4-beta).
::note{to="https://tailwindcss.com/docs/v4-beta" target="_blank"}
For a comprehensive overview of Tailwind CSS v4 beta features, read the **prerelease documentation**.
::
### Tailwind Variants

View File

@@ -79,7 +79,7 @@ props:
::
::caution
Unlike the [Select](/components/select) component, the SelectMenu expects the whole object to be passed to the `v-model` directive or the `default-value` prop by default.
Unlike the [`Select`](/components/select) component, the SelectMenu expects the whole object to be passed to the `v-model` directive or the `default-value` prop by default.
::
You can also pass an array of arrays to the `items` prop to display separated groups of items.