mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +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>
|