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
David Walsh 10dc686505
Dark Mode Part 1: Switch to Using CSS Variables (#13147)
3 years ago
..
README.mdx Fix transaction-detail for new Storybook format (#12819) 3 years ago
index.js Provide New UI Components for EIP-1559 Designs (#11357) 3 years ago
index.scss Dark Mode Part 1: Switch to Using CSS Variables (#13147) 3 years ago
transaction-detail.component.js Using EIP-1559 V2 for swaps (#12966) 3 years ago
transaction-detail.component.test.js Using EIP-1559 V2 for approve transaction flow (#12906) 3 years ago
transaction-detail.stories.js Fix transaction-detail for new Storybook format (#12819) 3 years ago

README.mdx

import { Story, Canvas, ArgsTable } from '@storybook/addon-docs';

import TransactionDetail from '.';

# Transaction Detail

Show transaction detail including estimated gas fee and total fee.

<Canvas>
<Story id="ui-components-app-transaction-detail-transaction-detail-stories-js--default-story" />
</Canvas>

## Component API

<ArgsTable of={TransactionDetail} />