mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-30 08:09:15 +01:00
14 lines
338 B
Plaintext
14 lines
338 B
Plaintext
|
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>
|
||
|
|
||
|
## Component API
|
||
|
|
||
|
<ArgsTable of={MainQuoteSummary} />
|