1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/ui/pages/swaps/main-quote-summary
2022-07-31 13:26:40 -05:00
..
__snapshots__ Dark Mode: Swap hex colors in ui/pages (#14214) 2022-03-25 15:15:31 -07: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 update prettier (#15360) 2022-07-31 13:26:40 -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} />