import { Canvas, Meta, Story, ArgsTable } from "@storybook/addon-docs"; import { Examples, Example, Note, Title, CustomArgsTable } from "@calcom/storybook/components"; import { Breadcrumb } from "./Breadcrumb"; ## Structure <CustomArgsTable of={Breadcrumb} /> <Examples title="Breadcrumb style"> <Example title="Primary"> <Breadcrumb> <BreadcrumbItem href="/">Home</BreadcrumbItem> <BreadcrumbItem href="/">Test</BreadcrumbItem> </Breadcrumb> </Example> </Examples> ## Usage When hovering over the button, there should be a tooltip to explain the context of the button, so the user can understand the result of action.