Options
All
  • Public
  • Public/Protected
  • All
Menu

Module view/Identicon

Type aliases

Functions

Type aliases

Props

Props: object

React props for Identicon component

Type declaration

  • size: number

    Required size of identicon, in pixels

  • value: string

    Any string value which should be represented as identicon

Functions

Const Identicon

  • Identicon(__namedParameters: object): Element
  • React Component which works as a wrapper around Blockies identicon, as defined in 'blockies' package.

    Parameters

    • __namedParameters: object
      • size: number
      • value: string

    Returns Element

Generated using TypeDoc