1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-02 06:07:06 +01:00
metamask-extension/ui/components/app/signature-request-siwe
Ariella Vu 8bfcd5b11e
Sign-in With Ethereum SIWE cleanup (#18230)
* signature-req: replace Typography w/ Text
- this does update styles slightly

* siwe: extract showSecurityProviderBanner

* siwe: rn -> hasAgreedToDomainWarning

* siwe: update snapshot for updated Text usage
2023-04-21 16:36:27 -03:00
..
__snapshots__ Sign-in With Ethereum SIWE cleanup (#18230) 2023-04-21 16:36:27 -03:00
signature-request-siwe-header Added storybook check to CI (#17092) 2023-01-21 00:57:46 +05:30
signature-request-siwe-icon Fix/18492/update icon ts app folder (#18645) 2023-04-19 14:16:49 -07:00
signature-request-siwe-message Sign-in With Ethereum SIWE cleanup (#18230) 2023-04-21 16:36:27 -03:00
signature-request-siwe-tag feature: migrate design-system.ts (#17518) 2023-02-02 20:15:26 +00:00
index.js Add Sign-In with Ethereum (#14438) 2022-08-03 09:56:11 -05:00
index.scss Replace ActionableMessage components with BannerAlerts in SIWE Sign-in with Ethereum page (#18207) 2023-03-21 09:49:04 -07:00
README.mdx Added storybook check to CI (#17092) 2023-01-21 00:57:46 +05:30
signature-request-siwe.js Sign-in With Ethereum SIWE cleanup (#18230) 2023-04-21 16:36:27 -03:00
signature-request-siwe.stories.js Added storybook check to CI (#17092) 2023-01-21 00:57:46 +05:30
signature-request-siwe.test.js siwe: add ledger instructions (#18589) 2023-04-14 21:10:27 -03:00

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="components-app-signaturerequestsiwe--default-story" />
</Canvas>

## Component API

<ArgsTable of={SignatureRequestSIWE} />