1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02: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 Fix account-list-item component for new Storybook format (#12893) 2021-12-07 09:45:04 -08:00
index.js remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
index.scss remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
README.mdx Updated all instances of "Component API" to "Props" in storybook documentation (#15324) 2022-07-27 00:22:40 +05:30

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} />