1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-24 19:10:22 +01:00
metamask-extension/ui/pages/send/send-content/send-gas-row/README.mdx
Nidhi Kumari 7424e98416
Updated all instances of "Component API" to "Props" in storybook documentation (#15324)
* replaced Component API with Props

* replaced Component API with Props in DOCUMENTATION.stories.mdx

* removed base avatar component
2022-07-27 00:22:40 +05:30

13 lines
265 B
Plaintext

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