1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/ui/pages/swaps/dropdown-input-pair
2022-07-31 13:26:40 -05:00
..
__snapshots__ remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
dropdown-input-pair.js Update ESLint config to v8 (#12886) 2021-12-09 15:36:24 -03:30
dropdown-input-pair.stories.js update prettier (#15360) 2022-07-31 13:26:40 -05:00
dropdown-input-pair.test.js Show custom tokens in Swaps, add a custom token in Swaps (#11200) 2021-06-03 13:38:37 -02:30
index.js remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
index.scss Dark mode: Updating arrows icon in build quote (#14155) 2022-03-23 12:07:29 -07:00
README.mdx Updated all instances of "Component API" to "Props" in storybook documentation (#15324) 2022-07-27 00:22:40 +05:30

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} />