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.
ryanml
5e07c0768b
|
3 years ago | |
---|---|---|
.. | ||
blockieIdenticon | 4 years ago | |
README.mdx | 3 years ago | |
identicon.component.js | 3 years ago | |
identicon.component.test.js | 4 years ago | |
identicon.container.js | 3 years ago | |
identicon.stories.js | 3 years ago | |
index.js | 4 years ago | |
index.scss | 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>