1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00
metamask-extension/ui/pages/swaps/main-quote-summary
2023-06-15 20:17:21 +02:00
..
__snapshots__ Swaps UI update (#19169) 2023-06-15 20:17:21 +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 Added storybook check to CI (#17092) 2023-01-21 00:57:46 +05:30
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 Added storybook check to CI (#17092) 2023-01-21 00:57:46 +05:30

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

# MainQuoteSummary

MainQuoteSummary displays the quote of a swap.

<Canvas>
  <Story id="pages-swaps-mainquotesummary--default-story" />
</Canvas>

## Props

<ArgsTable of={MainQuoteSummary} />