1.1.0 • Published 1 year ago

color-code-generator v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago