From a9d693095bbcdc078585f69e24f3b8a9c2407d5f Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Mon, 26 May 2025 15:02:30 +0200 Subject: [PATCH] docs(navigation-menu): update `type` field --- docs/content/3.components/navigation-menu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/3.components/navigation-menu.md b/docs/content/3.components/navigation-menu.md index 77c0da14..94e02cb3 100644 --- a/docs/content/3.components/navigation-menu.md +++ b/docs/content/3.components/navigation-menu.md @@ -23,7 +23,7 @@ Use the `items` prop as an array of objects with the following properties: - `badge?: string | number | BadgeProps`{lang="ts-type"} - `tooltip?: TooltipProps`{lang="ts-type"} - `trailingIcon?: string`{lang="ts-type"} -- `type?: 'label' | 'link'`{lang="ts-type"} +- `type?: 'label' | 'trigger' | 'link'`{lang="ts-type"} - `defaultOpen?: boolean`{lang="ts-type"} - `open?: boolean`{lang="ts-type"} - `value?: string`{lang="ts-type"}