1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-02 22:24:27 +01:00
metamask-extension/ui/components/app/account-list-item/README.mdx
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

15 lines
368 B
Plaintext

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