From b027f3bd88ceae18f99d97fdba18cdfe04ff8b69 Mon Sep 17 00:00:00 2001 From: Rajeev R Sharma Date: Tue, 28 Oct 2025 18:57:31 +0530 Subject: [PATCH] Add tip for header title slot Using the `title` slot of the header component doesn't change the `aria-label` of the link from its default value of `Nuxt UI`. Add an explicit tip for still adding the `title` prop to change the `aria-label`. --- docs/content/docs/2.components/header.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/content/docs/2.components/header.md b/docs/content/docs/2.components/header.md index 8e20a0a807..ee1fe81725 100644 --- a/docs/content/docs/2.components/header.md +++ b/docs/content/docs/2.components/header.md @@ -51,6 +51,10 @@ class: '!px-0 !pt-0' You can also use the `title` slot to add your own logo. +::tip{to="#props"} +You should still add the `title` prop to replace the default `aria-label` of the link. +:: + ::component-code --- prettier: true