1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-25 03:20:23 +01:00
metamask-extension/ui/pages/send/send-content/send-gas-row
2022-07-27 14:32:17 -05:00
..
index.js remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
README.mdx Updated all instances of "Component API" to "Props" in storybook documentation (#15324) 2022-07-27 00:22:40 +05:30
send-gas-row.component.js Remove button group for non-EIP-1559 networks (#11712) 2021-08-02 18:53:13 -05:00
send-gas-row.component.test.js Remove button group for non-EIP-1559 networks (#11712) 2021-08-02 18:53:13 -05:00
send-gas-row.container.js Remove the SHOW_EIP_1559_UI environment variable, replace with network detection where appropriate (#11694) 2021-07-30 22:59:21 -02:30
send-gas-row.container.test.js Remove unnecessary file extensions (#15352) 2022-07-27 14:32:17 -05:00
send-gas-row.scss Dark Mode: Remove Scorpion (#14174) 2022-03-24 09:45:00 -05:00
send-gas-row.stories.js convert SendGasRow stories with argtypes (#13554) 2022-02-16 15:18:30 -08:00

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