1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/pages/send/send-content/send-gas-row
Filip Sekulic 6e13524bcd
Remove related UI code from the app dir (#15384)
Co-authored-by: metamaskbot <metamaskbot@users.noreply.github.com>
Co-authored-by: Brad Decker <bhdecker84@gmail.com>
Co-authored-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>
2022-09-16 14:05:21 -05:00
..
index.js
README.mdx
send-gas-row.component.js
send-gas-row.component.test.js
send-gas-row.container.js Remove related UI code from the app dir (#15384) 2022-09-16 14:05:21 -05:00
send-gas-row.container.test.js
send-gas-row.scss
send-gas-row.stories.js Remove related UI code from the app dir (#15384) 2022-09-16 14:05:21 -05: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} />