App Nav
Last updated: 3.0.0 (04/07/2024)
Usage
import { AppNav } from "@valence-ui/core";
import { IconCategory } from "@tabler/icons-react";
function MyComponent() {
return (
<AppNav
buttons={[
{
id: "page1",
children: <IconCategory />,
highlighted: true,
to: "/page-1"
},
// More buttons...
]}
/>
)
}Displaying buttons on the bottom
Hiding specific buttons
Adding a favicon
Props
AppNavButtonProps
Property
Type
Description
GenericNavProps
Property
Type
Description
AppNavProps
Property
Type
Description
Changelog
Last updated