1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00
metamask-extension/ui/pages/swaps/main-quote-summary
2023-07-14 20:48:46 +02:00
..
__snapshots__ Show a balance for the Token To, update position of the MM fee, removes a link (#20030) 2023-07-14 20:48:46 +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} />