1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-24 11:01:41 +01:00
metamask-extension/ui/pages/send/send-content/send-gas-row
2023-01-20 11:04:37 -06:00
..
__snapshots__ Continue converting tests from enzyme to @testing-library/react (#16753) 2022-12-06 10:49:08 -06: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 customize-gas modal and related code that is no longer used (#16004) 2022-09-28 15:00:57 -05:00
send-gas-row.container.js Relocate conversion utils to shared/modules/conversion.utils.js (#17319) 2023-01-20 11:04:37 -06:00
send-gas-row.scss Dark Mode: Remove Scorpion (#14174) 2022-03-24 09:45:00 -05:00
send-gas-row.stories.js Renaming broken stories to clean up console (#16905) 2022-12-15 14:46:30 -08:00
send-gas-row.test.js Continue converting tests from enzyme to @testing-library/react (#16753) 2022-12-06 10:49:08 -06: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} />