0.1.3 • Published 1 year ago

react-holo-card-effect v0.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

React holo card effect

A simple react component that creates a holo card effect similar to Pokemon cards holo effect v2

Developed from example: nicomanzato

Install

Insall dependencies:

npm i react-holo-card-effect

Use component

 <HoloCard 
     url={'https://assets.codepen.io/13471/pikachu-gx.webp'} 
     height={300} // optional, default 446
     width={200}  // optional, default 320
     showSparkles={false} // optional, default true
 />
0.1.3

1 year ago

0.1.0

1 year ago