Breadcrumb
Example
Code
import React from "react"
import Breadcrumb from "components/ui/Breadcrumb"
<Breadcrumb
links={[
{name: "Home", href: "/"},
{name: "Products", href: "/products"},
]}
/>
Example
Code
import React from "react"
import Breadcrumb from "components/ui/Breadcrumb"
<Breadcrumb
links={[
{name: "Home", href: "/"},
{name: "Products", href: "/products"},
]}
/>