1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-01 21:57:06 +01:00
metamask-extension/ui/components/app/transaction-detail-item
Dan Miller bc6c60cde1 Revert "Merge pull request #15063 from MetaMask/revert-v10.16.0"
This reverts commit 4d42715220, reversing
changes made to f09ab88891.
2022-06-29 13:03:10 -02:30
..
index.js Provide New UI Components for EIP-1559 Designs (#11357) 2021-06-23 18:39:44 -05:00
index.scss Revert "Merge pull request #15063 from MetaMask/revert-v10.16.0" 2022-06-29 13:03:10 -02:30
README.mdx Fix transaction-detail-item for new Storybook format (#12820) 2021-12-07 08:40:05 -08:00
transaction-detail-item.component.js Dark Mode: Swaps Colors (#13976) 2022-03-17 13:04:01 -05:00
transaction-detail-item.stories.js Fix transaction-detail-item for new Storybook format (#12820) 2021-12-07 08:40:05 -08:00

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="ui-components-app-transaction-detail-item-transaction-detail-item-stories-js--default-story" />
</Canvas>

## Component API

<ArgsTable of={TransactionDetailItem} />