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/send/send-content/send-gas-row
Brad Decker 693a6dfc0c
Remove unnecessary file extensions (#15352)
2 years ago
..
README.mdx Updated all instances of "Component API" to "Props" in storybook documentation (#15324) 2 years ago
index.js remove the ui/app and ui/lib folders (#10911) 4 years ago
send-gas-row.component.js Remove button group for non-EIP-1559 networks (#11712) 3 years ago
send-gas-row.component.test.js Remove button group for non-EIP-1559 networks (#11712) 3 years ago
send-gas-row.container.js Remove the SHOW_EIP_1559_UI environment variable, replace with network detection where appropriate (#11694) 3 years ago
send-gas-row.container.test.js Remove unnecessary file extensions (#15352) 2 years ago
send-gas-row.scss Dark Mode: Remove Scorpion (#14174) 3 years ago
send-gas-row.stories.js convert SendGasRow stories with argtypes (#13554) 3 years ago

README.mdx

import { Story, Canvas, ArgsTable } from '@storybook/addon-docs';
import SendGasRow from '.';

# SendGasRow

<Canvas>
<Story id="ui-pages-send-send-content-send-gas-row-send-gas-row-stories-js--default-story" />
</Canvas>

## Props

<ArgsTable of={SendGasRow} />