1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
George Marshall 739075662c
Migrating Icon to typescript and deprecating JS component (#18431)
* Migrating Icon to typescript and deprecating JS component

* gw suggestions (#18434)

---------

Co-authored-by: Garrett Bear <gwhisten@gmail.com>
2023-04-04 09:48:04 -07:00
..

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

import ErrorMessage from '.';

# Error Message

This component highlights error messages

<Canvas>
  <Story id="components-ui-errormessage--default-story" />
</Canvas>

## Props

<ArgsTable of={ErrorMessage} />