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.
Guillaume Roux
57818fabbe
|
3 years ago | |
---|---|---|
.. | ||
README.mdx | 3 years ago | |
index.js | 3 years ago | |
index.scss | 3 years ago | |
transaction-detail-item.component.js | 3 years ago | |
transaction-detail-item.stories.js | 3 years ago |
README.mdx
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} />