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
Nidhi Kumari 7424e98416
Updated all instances of "Component API" to "Props" in storybook documentation (#15324)
* replaced Component API with Props

* replaced Component API with Props in DOCUMENTATION.stories.mdx

* removed base avatar component
2022-07-27 00:22:40 +05:30
..
account-list-item-component.test.js use safer toChecksum utility (#11117) 2021-05-17 16:19:39 -05:00
account-list-item.js Fix account-list-item component for new Storybook format (#12893) 2021-12-07 09:45:04 -08: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} />