react-holo-card-effect
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

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](https://github.com/nicomanzato/react-holo-card-effect)

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
 />

Readme

Keywords

none

Package Sidebar

Install

npm i react-holo-card-effect

Weekly Downloads

3

Version

0.1.3

License

MIT

Unpacked Size

31.1 kB

Total Files

10

Last publish

Collaborators

  • coolpointerexception