Breadcrumb

Code


    import React from "react"
    import Breadcrumb from "components/ui/Breadcrumb"

    <Breadcrumb 
      links={[
        {name: "Home", href: "/"},
        {name: "Products", href: "/products"},
      ]}
    />