1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-04 15:14:29 +01: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
account-list-item.js
account-list-item.stories.js
index.js
index.scss
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} />