1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-26 20:39:08 +01:00
metamask-extension/ui/pages/swaps/main-quote-summary
ryanml c88efadf1e
Remove ETH badge from NetworkAccountBalanceHeader when on non-ETH net… (#16102)
* Remove ETH badge from NetworkAccountBalanceHeader when on non-ETH networks

* Network specific icons, or fallback, in the network-account-balance-header

* Update snapshots

* Code cleanup

Co-authored-by: Dan Miller <danjm.com@gmail.com>
2022-10-25 17:03:45 +02:00
..
__snapshots__ Remove ETH badge from NetworkAccountBalanceHeader when on non-ETH net… (#16102) 2022-10-25 17:03:45 +02:00
index.js remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
index.scss Dark mode: Replacing svg image with font awesome icon for main-quote-summary (#14137) 2022-03-23 16:25:28 +01:00
main-quote-summary.js Remove related UI code from the app dir (#15384) 2022-09-16 14:05:21 -05:00
main-quote-summary.stories.js Convert knobs and actions to controls/args for MainQuoteSummary (#14758) 2022-06-15 10:43:26 -05:00
main-quote-summary.test.js remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
quote-backdrop.js remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
quote-backdrop.test.js remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
README.mdx Updated all instances of "Component API" to "Props" in storybook documentation (#15324) 2022-07-27 00:22:40 +05:30

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