A Metamask fork with Infura removed and default networks editable
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
ciphermask/ui/components/ui/breadcrumbs
Thomas Huang 129ba1290e
Continue converting tests from enzyme to @testing-library/react (#16249)
2 years ago
..
__snapshots__ Continue converting tests from enzyme to @testing-library/react (#16249) 2 years ago
README.mdx Updated all instances of "Component API" to "Props" in storybook documentation (#15324) 2 years ago
breadcrumbs.component.js Dark Mode: Swap hex colors in ui/components/ui folder (#14191) 3 years ago
breadcrumbs.component.test.js Continue converting tests from enzyme to @testing-library/react (#16249) 2 years ago
breadcrumbs.stories.js added storybook files to alert and breadcrumbs component (#15156) 2 years ago
index.js remove the ui/app and ui/lib folders (#10911) 4 years ago
index.scss Dark mode: Updating all left over static hex values in scss (#14167) 3 years ago

README.mdx

import { Story, Canvas, ArgsTable } from '@storybook/addon-docs';

import Breadcrumbs from './breadcrumbs.component';


# Breadcrumbs

Breadcrumbs element is used to represent the current index out of total.

<Canvas>
<Story id="ui-components-ui-breadcrumbs-breadcrumbs-stories-js--default-breadcrumbs" />
</Canvas>

## Props

<ArgsTable of={Breadcrumbs} />