A Metamask fork with Infura removed and default networks editable
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.
 
 
 
 
 
ciphermask/ui/pages/swaps/dropdown-input-pair
Daniel c8067e9351
Add more unit / integration tests for Swaps (#16040)
2 years ago
..
__snapshots__ remove the ui/app and ui/lib folders (#10911) 4 years ago
README.mdx Updated all instances of "Component API" to "Props" in storybook documentation (#15324) 2 years ago
dropdown-input-pair.js Update ESLint config to v8 (#12886) 3 years ago
dropdown-input-pair.stories.js update prettier (#15360) 2 years ago
dropdown-input-pair.test.js Add more unit / integration tests for Swaps (#16040) 2 years ago
index.js remove the ui/app and ui/lib folders (#10911) 4 years ago
index.scss Dark mode: Updating arrows icon in build quote (#14155) 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} />