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.
Daniel
c8067e9351
|
2 years ago | |
---|---|---|
.. | ||
__snapshots__ | 4 years ago | |
README.mdx | 2 years ago | |
dropdown-input-pair.js | 3 years ago | |
dropdown-input-pair.stories.js | 2 years ago | |
dropdown-input-pair.test.js | 2 years ago | |
index.js | 4 years ago | |
index.scss | 3 years ago |
README.mdx
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} />