fix(docs): update navigation-menu docs package name and add styleName (#9455)

This commit is contained in:
Nicolas Vargas
2026-01-27 00:48:54 -05:00
committed by GitHub
parent 89b9a76368
commit 1781186def

View File

@@ -37,7 +37,7 @@ npx shadcn@latest add navigation-menu
<Step>Install the following dependencies:</Step>
```bash
npm install @base-ui-components/react
npm install @base-ui/react
```
<Step>Copy and paste the following code into your project.</Step>
@@ -45,6 +45,7 @@ npm install @base-ui-components/react
<ComponentSource
name="navigation-menu"
title="components/ui/navigation-menu.tsx"
styleName="base-nova"
/>
<Step>Update the import paths to match your project setup.</Step>