mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 10:30:04 +01:00
17 lines
368 B
Plaintext
17 lines
368 B
Plaintext
|
import { Story, Canvas, ArgsTable } from '@storybook/addon-docs';
|
||
|
|
||
|
import TransactionDetail from '.';
|
||
|
|
||
|
# Transaction Detail
|
||
|
|
||
|
Show transaction detail including estimated gas fee and total fee.
|
||
|
|
||
|
<Canvas>
|
||
|
<Story id="ui-components-app-transaction-detail-transaction-detail-stories-js--default-story" />
|
||
|
</Canvas>
|
||
|
|
||
|
## Component API
|
||
|
|
||
|
<ArgsTable of={TransactionDetail} />
|
||
|
|