@chris.troutner/react-jdenticon
v1.0.0
Published
Basic wrapper around jdenticon
Downloads
14
Maintainers
Readme
A basic wrapper around Jdenticon for React.
Usage
import React from 'react';
import Jdenticon from 'react-jdenticon';
function Example(){
return(<Jdenticon size="48" value="Hello World" />);
}