mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-27 21:00:13 +01:00
5273aa334e
* account-list-item * Updates Co-authored-by: georgewrmarshall <george.marshall@consensys.net>
15 lines
376 B
Plaintext
15 lines
376 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>
|
|
|
|
## Component API
|
|
|
|
<ArgsTable of={AccountListItem} />
|