A Metamask fork with Infura removed and default networks editable
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
ciphermask/ui/components/app/transaction-detail-item
Guillaume Roux 57818fabbe
Dark Mode: Remove ui colors (#14184)
3 years ago
..
README.mdx Fix transaction-detail-item for new Storybook format (#12820) 3 years ago
index.js Provide New UI Components for EIP-1559 Designs (#11357) 3 years ago
index.scss Dark Mode: Remove ui colors (#14184) 3 years ago
transaction-detail-item.component.js Dark Mode: Swaps Colors (#13976) 3 years ago
transaction-detail-item.stories.js Fix transaction-detail-item for new Storybook format (#12820) 3 years ago

README.mdx

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