mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
* added deprecation message above SiteIcon * fix eslint * Some small updates to show correct code formatting and removing params --------- Co-authored-by: georgewrmarshall <george.marshall@consensys.net>
import { Story, Canvas, ArgsTable } from '@storybook/addon-docs';
import SiteIcon from '.';
# SiteIcon
SiteIcon uses the `IconBorder` and `IconWithFallback` components to create an icon within a gray ellipse
<Canvas>
<Story id="components-ui-siteicon--default-story" />
</Canvas>
## Props
<ArgsTable of={SiteIcon} />
## Usage
The following describes the props and example usage for this component.
### Fallback
`SiteIcon` wraps the `IconWithFallback` component which has a fallback `onError` and will display the first letter of the `name` prop
<Canvas>
<Story id="components-ui-siteicon--fallback" />
</Canvas>