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
Benjamin Bourgeois 207436d11c
convert SendGasRow stories with argtypes (#13554)
3 years ago
..
gas-fee-display convert knobs and actions to controls / args (#13203) 3 years ago
README.mdx convert SendGasRow stories with argtypes (#13554) 3 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 the SHOW_EIP_1559_UI environment variable, replace with network detection where appropriate (#11694) 3 years ago
send-gas-row.scss Dark Mode Part 1: Switch to Using CSS Variables (#13147) 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>

## Component API

<ArgsTable of={SendGasRow} />