1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-12 04:37:13 +01:00
metamask-extension/ui/components/app/signature-request-siwe
Garrett Bear 0bf6aeb5f5
icon audit, remove xxs icon size (#17089)
* icon audit, remove xxs icon size

* update icon file names and snapshots

* remove unused icon- code and fix icons with slash issue

* close icon fix

* remove icons id

* update snapshot

* font awesome icon list

* remove font awesome

* fix linting issue
2023-01-24 09:39:46 -08:00
..
signature-request-siwe-header Added storybook check to CI (#17092) 2023-01-21 00:57:46 +05:30
signature-request-siwe-icon icon audit, remove xxs icon size (#17089) 2023-01-24 09:39:46 -08:00
signature-request-siwe-message Added storybook check to CI (#17092) 2023-01-21 00:57:46 +05:30
signature-request-siwe-tag Added storybook check to CI (#17092) 2023-01-21 00:57:46 +05:30
index.js Add Sign-In with Ethereum (#14438) 2022-08-03 09:56:11 -05:00
index.scss Sign-in With Ethereum Design Update (#16019) 2022-10-04 18:33:51 -03: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 Design Update (#16019) 2022-10-04 18:33:51 -03:00
signature-request-siwe.stories.js Added storybook check to CI (#17092) 2023-01-21 00:57:46 +05:30

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} />