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/pages/swaps/main-quote-summary
ryanml c88efadf1e
Remove ETH badge from NetworkAccountBalanceHeader when on non-ETH net… (#16102)
2 years ago
..
__snapshots__ Remove ETH badge from NetworkAccountBalanceHeader when on non-ETH net… (#16102) 2 years ago
README.mdx Updated all instances of "Component API" to "Props" in storybook documentation (#15324) 2 years ago
index.js remove the ui/app and ui/lib folders (#10911) 4 years ago
index.scss Dark mode: Replacing svg image with font awesome icon for main-quote-summary (#14137) 3 years ago
main-quote-summary.js Remove related UI code from the app dir (#15384) 2 years ago
main-quote-summary.stories.js Convert knobs and actions to controls/args for MainQuoteSummary (#14758) 2 years ago
main-quote-summary.test.js remove the ui/app and ui/lib folders (#10911) 4 years ago
quote-backdrop.js remove the ui/app and ui/lib folders (#10911) 4 years ago
quote-backdrop.test.js remove the ui/app and ui/lib folders (#10911) 4 years ago

README.mdx

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

# MainQuoteSummary

MainQuoteSummary displays the quote of a swap.

<Canvas>
<Story id="ui-pages-swaps-main-quote-summary-main-quote-summary-stories-js--default-story" />
</Canvas>

## Props

<ArgsTable of={MainQuoteSummary} />