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
George Marshall 5592687df1
Updating design tokens package and shadow values with new tokens (#15264)
* Updating design tokens v1.8 and shadows

* Adding missing stories

* Some fixes and updates to css and stories

* removing unneeded story

* Fixing story order
2022-07-21 15:43:31 -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 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 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 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>

## Component API

<ArgsTable of={SignatureRequest} />