You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
359 B
16 lines
359 B
3 years ago
|
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>
|
||
|
|
||
|
## Component API
|
||
|
|
||
|
<ArgsTable of={DropdownInputPair} />
|