1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00
metamask-extension/ui/components/app/account-list-item
Albert Olivé 057188d155
[MMI] Add code fences in signature-request (#18770)
* Started adding code fences in signature-request

* Finished code fencing

* Improving code

* Fixed storybook and code fences bundle

* Added missing dependency

* Fixed yarn.lock

* Fixing policies

* Updated package.json

* updating lavamoat

* lavamoat fix

* adds missing package

* runs yarn dedupe

* updates method name

* run lavamoat:auto again

* Added more code fences

* updates snapshot

* snapshot updates

* updates mmi packages to lighter versions

* updates mmi packages

* runs lavamoat auto

* updates yarn lock and runs lavamoat auto

* updates yarn lock

* updates targets file

* Removed console log and added tests

---------

Co-authored-by: António Regadas <apregadas@gmail.com>
Co-authored-by: Brad Decker <bhdecker84@gmail.com>
Co-authored-by: Antonio Regadas <antonio.regadas@consensys.net>
2023-05-24 13:41:21 +02:00
..
__snapshots__ [MMI] Add code fences in signature-request (#18770) 2023-05-24 13:41:21 +02:00
account-list-item-component.test.js [MMI] Add code fences in signature-request (#18770) 2023-05-24 13:41:21 +02:00
account-list-item.js [MMI] Add code fences in signature-request (#18770) 2023-05-24 13:41:21 +02:00
account-list-item.stories.js Added storybook check to CI (#17092) 2023-01-21 00:57:46 +05:30
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 Added storybook check to CI (#17092) 2023-01-21 00:57:46 +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="components-app-accountlistitem--default-story" />
</Canvas>

## Props

<ArgsTable of={AccountListItem} />