Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 654 Bytes

navigation-menu.mdx

File metadata and controls

27 lines (18 loc) · 654 Bytes

import { NavigationMenu } from "@chepe/ui"; import { Callout } from "nextra/components";

import ComponentShowcase from "./../../components/ComponentShowcase/ComponentShowcase";

NavigationMenu

NavigationMenu are used primarily for

<ComponentShowcase component={NavigationMenu works} seed={0}>

```tsx filename="app.tsx" {1,4} copy
  import { NavigationMenu } from "@chepe/ui";

export default function App() {
  return <NavigationMenu>NavigationMenu works</NavigationMenu>;
}

```
Work in Progress