Skip to content

hellobart/react-jazzicon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-jazzicon

NPM version dependencies Status devDependencies Status

This is a react component for Dan Finlay's jazzicon.

usage

import Jazzicon from 'react-jazzicon'

export default class App extends React.Component {

  

  render() {
    return (
      <Jazzicon diameter={100} seed={Math.random(100).toString()} />
    )
  }
}

setup

$ https://github.com/marcusmolchany/react-jazzicon
$ cd react-jazzicon
$ yarn # or npm i

demo page

the demo page is on the gh-pages branch in the demo folder.

# first install dependencies in the top level package
$ yarn # or npm i

# then checkout the gh-pages branch and install dependencies in the "demo" folder
$ git checkout gh-pages
$ cd demo && yarn # or npm i
$ yarn start # or npm run start

About

React component for danfinlay/jazzicon

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%