You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
479 B
16 lines
479 B
3 years ago
|
import { Story, Canvas, ArgsTable } from '@storybook/addon-docs';
|
||
|
|
||
|
import TransactionDetailItem from '.';
|
||
|
|
||
|
# Transaction Detail Item
|
||
|
|
||
|
Transaction detail that includes estimated gas fees. Intended to be used as an array item in the array passed to the `rows` prop of `<TransactionDetail />`
|
||
|
|
||
|
<Canvas>
|
||
|
<Story id="ui-components-app-transaction-detail-item-transaction-detail-item-stories-js--default-story" />
|
||
|
</Canvas>
|
||
|
|
||
|
## Component API
|
||
|
|
||
|
<ArgsTable of={TransactionDetailItem} />
|