1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-26 20:39:08 +01:00
metamask-extension/ui/components/app/signature-request
Thomas Huang 18e4af7690
Unit test proptype (#14868)
* Add missing props to advanced tab component test.

* Add icon size prop to site icon test

* Add hardwareWalletRequiresConnection prop to signature request test as a boolean

* Add setShowDetectedTokens prop to detect token test

* Set Setting description prop to be either object or string.
2022-06-06 19:30:07 -07:00
..
signature-request-footer Sign button is enabled after scrolling all the way to the bottom (#14745) 2022-05-24 10:28:40 -05:00
signature-request-header Dark Mode: Remove grays (#14175) 2022-03-24 09:00:15 -07:00
signature-request-message Sign button is enabled after scrolling all the way to the bottom (#14745) 2022-05-24 10:28:40 -05:00
index.js
index.scss Sign button is enabled after scrolling all the way to the bottom (#14745) 2022-05-24 10:28:40 -05:00
README.mdx Fix signature-request for new Storybook format (#12755) 2021-12-08 12:32:59 -08:00
signature-request.component.js Enhance reusable SiteOrigin component (#14720) 2022-05-20 09:35:18 -05:00
signature-request.component.test.js Unit test proptype (#14868) 2022-06-06 19:30:07 -07:00
signature-request.constants.js
signature-request.container.js
signature-request.container.test.js Unit test proptype (#14868) 2022-06-06 19:30:07 -07:00
signature-request.stories.js Storybook: Fix SignatureRequest component (#14706) 2022-05-16 17:24:08 -05:00

import { Story, Canvas, ArgsTable } from '@storybook/addon-docs';

import SignatureRequest from '.';

# Signature Request

dApp requesting a signature from the user.

<Canvas>
  <Story id="ui-components-app-signature-request-signature-request-stories-js--default-story" />
</Canvas>

## Component API

<ArgsTable of={SignatureRequest} />