mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-30 08:09:15 +01:00
7424e98416
* replaced Component API with Props * replaced Component API with Props in DOCUMENTATION.stories.mdx * removed base avatar component
14 lines
330 B
Plaintext
14 lines
330 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>
|
|
|
|
## Props
|
|
|
|
<ArgsTable of={MainQuoteSummary} /> |