docs(getting-started): improve accessibility

This commit is contained in:
Benjamin Canac
2024-12-11 18:26:06 +01:00
parent b40b73129c
commit 7ebd8d813d

View File

@@ -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. - **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. - **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**. 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 - Leveraging Tailwind Variants for type-safe styling options
- Customizable types for extended theme configurations - 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. 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 - **Theming System**: Full theming support with customizable colors, sizes, variants and more
- **Developer Experience**: Complete TypeScript support with IntelliSense and auto-completion - **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**. Learn how to install and configure Nuxt UI in a Vue project in the **Vue installation guide**.
:: ::