mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-02 14:15:06 +01:00
7424e98416
* replaced Component API with Props * replaced Component API with Props in DOCUMENTATION.stories.mdx * removed base avatar component
16 lines
351 B
Plaintext
16 lines
351 B
Plaintext
import { Story, Canvas, ArgsTable } from '@storybook/addon-docs';
|
|
|
|
import DropdownInputPair from '.';
|
|
|
|
# Dropdown Input Pair
|
|
|
|
Dropdown to choose cryptocurrency with amount input field.
|
|
|
|
<Canvas>
|
|
<Story id="ui-pages-swaps-dropdown-input-pair-dropdown-input-pair-stories-js--default-story" />
|
|
</Canvas>
|
|
|
|
## Props
|
|
|
|
<ArgsTable of={DropdownInputPair} />
|