Initial Icons for React
<Initicon
size={100}
text="Test Account"
seed={23}
single={false}
/><script src="https://rawgit.com/ccm-innovation/react-initicon/master/initicon.min.js"></script>$ npm install --save react-initicon
var Initicon = require('react-initicon');var Initicon = require('react-initicon/native');| Key | Type | Description |
|---|---|---|
text |
String | The text to use to make initials |
size |
Number | The pixel height / width of the icon |
seed |
Number | Number uses to seed the random hue generator |
color |
String | Override the background color with any valid CSS color value |
single |
Boolean | Whether to only use a single initial or now |
saturation |
String | Specify the hsl saturation value |
brightness |
String | Specify the hsl lightness (brightness) value |
Modify the files in the src folder. Before committing, update the build by running npm run build. This will babelify the code and then compress into initicon.min.js for a browser version.