mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
84ff66c373
* Part of #17670 for ui\components\app\transaction-detail-item\transaction-detail-item.component.js * Update transaction-detail-item.component.js --------- Co-authored-by: georgewrmarshall <george.marshall@consensys.net> |
||
---|---|---|
.. | ||
index.js | ||
index.scss | ||
README.mdx | ||
transaction-detail-item.component.js | ||
transaction-detail-item.stories.js |
import { Story, Canvas, ArgsTable } from '@storybook/addon-docs'; import TransactionDetailItem from '.'; # Transaction Detail Item Transaction detail that includes estimated gas fees. Intended to be used as an array item in the array passed to the `rows` prop of `<TransactionDetail />` <Canvas> <Story id="components-app-transactiondetailitem--default-story" /> </Canvas> ## Props <ArgsTable of={TransactionDetailItem} />