Navigation menus and breadcrumbs.
Menus, sidebars, and navbars to move through the app.
import { Breadcrumb } from "nexoreui" <Breadcrumb items={[ { label: "Home", href: "#" }, { label: "Components", href: "#" }, { label: "Breadcrumb" } ]} />