From 7ebd8d813d4bd1456bae62973bd3b3d5ea8a341d Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Wed, 11 Dec 2024 18:26:06 +0100 Subject: [PATCH] docs(getting-started): improve accessibility --- docs/content/1.getting-started/1.index.md | 6 +++--- 1 file 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 2c36faf1..bb87e80f 100644 --- a/docs/content/1.getting-started/1.index.md +++ b/docs/content/1.getting-started/1.index.md @@ -28,7 +28,7 @@ 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{to="https://tailwindcss.com/docs/v4-beta" target="_blank"} +::note{to="https://tailwindcss.com/docs/v4-beta" target="_blank" aria-label="Tailwind CSS v4 beta documentation"} For a comprehensive overview of Tailwind CSS v4 beta features, read the **prerelease documentation**. :: @@ -58,7 +58,7 @@ Nuxt UI v3 offers significantly improved TypeScript integration, providing a sup - Leveraging Tailwind Variants for type-safe styling options - Customizable types for extended theme configurations -::note{to="/components/accordion#with-custom-slot"} +::note{to="/components/accordion#with-custom-slot" aria-label="Accordion component with custom slot"} Check out an example of the Accordion component with auto-completion for props and slots. :: @@ -70,7 +70,7 @@ You can now use Nuxt UI in any Vue project without Nuxt by adding the Vite and V - **Theming System**: Full theming support with customizable colors, sizes, variants and more - **Developer Experience**: Complete TypeScript support with IntelliSense and auto-completion -::tip{to="/getting-started/installation/vue"} +::tip{to="/getting-started/installation/vue" aria-label="Vue installation guide"} Learn how to install and configure Nuxt UI in a Vue project in the **Vue installation guide**. ::