From 0d41210c9157136695298d2f39caaa8b38901850 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Fri, 29 Nov 2024 12:41:31 +0100 Subject: [PATCH] docs: improve callout links --- docs/content/1.getting-started/1.index.md | 4 ++-- docs/content/3.components/select-menu.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/1.getting-started/1.index.md b/docs/content/1.getting-started/1.index.md index f983d2d3..ee019b7b 100644 --- a/docs/content/1.getting-started/1.index.md +++ b/docs/content/1.getting-started/1.index.md @@ -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 diff --git a/docs/content/3.components/select-menu.md b/docs/content/3.components/select-menu.md index b84c7f9d..39fcfe89 100644 --- a/docs/content/3.components/select-menu.md +++ b/docs/content/3.components/select-menu.md @@ -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.