1.1.0 • Published 2 years ago

color-code-generator v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Steps to start using "color-code-generator" in your projects:

Installation

Here is a simple example of how color-code-generator can be used:

import React from 'react'; import ColorCodeGenerator from 'color-code-generator';

function MyColors() {

return (
  <div>
   <ColorCodeGenerator params={75}/>
  </div>
);

}

export default MyColors;

You are good to go! Welldone.

1.1.0

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago