Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface NavigationMenuSubProps
implements Omit<NavigationMenuProviderProps, keyof NavigationMenuProviderPrivateProps>, PrimitiveDivProps
import { type NavigationMenuSubProps } from "https://deno.land/x/netzo@0.3.66/deps/@radix-ui/react-navigation-menu.ts";

Properties

optional
value: string
optional
defaultValue: string
optional
onValueChange: (value: string) => void
optional
orientation: Orientation