mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-30 08:09:15 +01:00
11 lines
296 B
Plaintext
11 lines
296 B
Plaintext
|
import { Story, Canvas, ArgsTable } from '@storybook/addon-docs';
|
||
|
import { ConfirmTitle } from '.';
|
||
|
|
||
|
# Confirm Title
|
||
|
|
||
|
Confirm Title is used on the confirmation screen to display the transaction amount in the header.
|
||
|
|
||
|
<Canvas>
|
||
|
<Story id="components-app-ConfirmTitle--default-story" />
|
||
|
</Canvas>
|