1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-02 06:07:06 +01:00
metamask-extension/ui/components/app/account-list-item
Thomas Huang da0e2f92b9
Continue converting tests from enzyme to @testing-library/react. (#15770)
Co-authored-by: Brad Decker <bhdecker84@gmail.com>
2022-09-21 11:38:35 -05:00
..
__snapshots__ Continue converting tests from enzyme to @testing-library/react. (#15770) 2022-09-21 11:38:35 -05:00
account-list-item-component.test.js Continue converting tests from enzyme to @testing-library/react. (#15770) 2022-09-21 11:38:35 -05:00
account-list-item.js Continue converting tests from enzyme to @testing-library/react. (#15770) 2022-09-21 11:38:35 -05:00
account-list-item.stories.js
index.js
index.scss
README.mdx

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

# Account List Item

Account List Item is referred for each account item on the Account List's component

<Canvas>
  <Story id="ui-components-app-account-list-item-account-list-item-stories-js--default-story" />
</Canvas>

## Props

<ArgsTable of={AccountListItem} />