Skip to content

eldorplus/react-initicon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Initicon

Initial Icons for React

RE A C T

IN IT IC ON

Initicon Demo

Usage

<Initicon
  size={100}
  text="Test Account"
  seed={23}
  single={false}
/>

Browser

<script src="https://rawgit.com/ccm-innovation/react-initicon/master/initicon.min.js"></script>

Installation

$ npm install --save react-initicon

Node.js

var Initicon = require('react-initicon');

React Native

var Initicon = require('react-initicon/native');

Props

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

Contributing

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.

Packages

No packages published

Languages

  • JavaScript 100.0%