mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-03 14:44:27 +01:00
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} />
|