1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/ui/components/app/signature-request
Nidhi Kumari 7424e98416
Updated all instances of "Component API" to "Props" in storybook documentation (#15324)
* replaced Component API with Props

* replaced Component API with Props in DOCUMENTATION.stories.mdx

* removed base avatar component
2022-07-27 00:22:40 +05:30
..
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 remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
index.scss Updating design tokens package and shadow values with new tokens (#15264) 2022-07-21 15:43:31 -07:00
README.mdx Updated all instances of "Component API" to "Props" in storybook documentation (#15324) 2022-07-27 00:22:40 +05:30
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 remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
signature-request.container.js Reject popup confirmations on close (#12643) 2021-11-15 17:13:51 +01:00
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>

## Props

<ArgsTable of={SignatureRequest} />