mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 18:41:38 +01:00
5802805597
Co-authored-by: Gregório Granado Magalhães <greg.magalhaes@gmail.com> Co-authored-by: George Marshall <georgewrmarshall@gmail.com> Co-authored-by: georgewrmarshall <george.marshall@consensys.net> Co-authored-by: Ariella Vu <20778143+digiwand@users.noreply.github.com> Co-authored-by: brad-decker <bhdecker84@gmail.com>
16 lines
369 B
Plaintext
16 lines
369 B
Plaintext
import { Story, Canvas, ArgsTable } from '@storybook/addon-docs';
|
|
|
|
import SignatureRequestSIWE from '.';
|
|
|
|
# Signature Request SIWE
|
|
|
|
dApp requesting the user to Sign in with Ethereum.
|
|
|
|
<Canvas>
|
|
<Story id="ui-components-app-signature-request-siwe-signature-request-siwe-stories-js--default-story" />
|
|
</Canvas>
|
|
|
|
## Component API
|
|
|
|
<ArgsTable of={SignatureRequestSIWE} />
|