A Metamask fork with Infura removed and default networks editable
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
ciphermask/ui/components/ui/identicon
ryanml 5e07c0768b
Handling array type values for image in Identicon component (#13484)
3 years ago
..
blockieIdenticon remove the ui/app and ui/lib folders (#10911) 4 years ago
README.mdx Fix identicon component for new Storybook format (#12888) 3 years ago
identicon.component.js Handling array type values for image in Identicon component (#13484) 3 years ago
identicon.component.test.js create safer isValidAddress method (#11089) 4 years ago
identicon.container.js Feat/collectibles send flow (#13048) 3 years ago
identicon.stories.js Fix identicon component for new Storybook format (#12888) 3 years ago
index.js remove the ui/app and ui/lib folders (#10911) 4 years ago
index.scss Dark Mode Part 1: Switch to Using CSS Variables (#13147) 3 years ago

README.mdx

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

import Identicon from './identicon.component';

# Identicon

An identifier component that can be supplied an image or randomly generates one based on the account address.

<Canvas>
<Story id="ui-components-ui-identicon-identicon-stories-js--default-story" />
</Canvas>

## Component API

<ArgsTable of={Identicon} />

## Usage

### With Image

Use with custom image

<Canvas>
<Story id="ui-components-ui-identicon-identicon-stories-js--with-image" />
</Canvas>

### With Blockie

<Canvas>
<Story id="ui-components-ui-identicon-identicon-stories-js--with-blockie" />
</Canvas>

### With Border

<Canvas>
<Story id="ui-components-ui-identicon-identicon-stories-js--with-border" />
</Canvas>