mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 20:39:08 +01:00
f5c6d0054f
Co-authored-by: George Marshall <georgewrmarshall@gmail.com> Co-authored-by: Brad Decker <bhdecker84@gmail.com>
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} /> |