mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-27 12:56:01 +01:00
11 lines
298 B
Plaintext
11 lines
298 B
Plaintext
|
import { Story, Canvas, ArgsTable } from '@storybook/addon-docs';
|
||
|
import { ConfirmSubTitle } from '.';
|
||
|
|
||
|
# Confirm Sub Title
|
||
|
|
||
|
Confirm Sub Title is used on confirmation screen to display transaction amoutn in header.
|
||
|
|
||
|
<Canvas>
|
||
|
<Story id="components-app-ConfirmSubTitle--default-story" />
|
||
|
</Canvas>
|