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
Nidhi Kumari 7424e98416
Updated all instances of "Component API" to "Props" in storybook documentation (#15324)
2 years ago
..
README.mdx Updated all instances of "Component API" to "Props" in storybook documentation (#15324) 2 years ago
index.js Provide New UI Components for EIP-1559 Designs (#11357) 3 years ago
index.scss Dark Mode: Substitute primary color usage (#14094) 3 years ago
transaction-detail.component.js Add support for Smart Transactions (#12676) 3 years ago
transaction-detail.component.test.js Removing EIP_1559_V2 feature flag (#13481) 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>

## Props

<ArgsTable of={TransactionDetail} />