legit-id
v0.0.2
Published
create unique ids (useful for React)
Maintainers
Readme
##Legit ID
I was tired of making a function that generates a unique id for my React keys, so i made this simple thing
##Install
npm install legit-id --save
##example
import 'legit-id'
'test'.id // -> test-1
'test'.id // -> test-2
'awesome'.id // -> awesome-3