@ivangarcia/poronga
v3.1.0
Published
This is not a bad word, is a library
Downloads
22
Readme
Poronga js
Easy to use:
Just npm install @ivangarcia/poronga
and then:
import { Prng } from 'poronga';
const Component = () => {
return (
<Prng dark="some color in hex or rgb" light="some color in hex or rgb" />
)
}