@mountainpass/react-pokemon-cards
TypeScript icon, indicating that this package has built-in type declarations

1.0.30 • Public • Published

react-pokemon-cards

Pokemon Cards CSS Holographic effects

NPM JavaScript Style Guide

Behaviour

This library provides a React component, which styles a component in Pokemon Cards CSS Holographic effects.

Example

Please see the Homepage.

Install

npm install --save @mountainpass/react-pokemon-cards

Usage

Please see the Example.

or

TLDR;

import ShinyCard from '@mountainpass/react-pokemon-cards'
import '@mountainpass/react-pokemon-cards/dist/css/cards.css'

const App = () => (
  <ShinyCard rarity='rare holo' style={{ width: '300px', height: '400px' }}>
      Here is some content
  </ShinyCard>
)

License

GNU GENERAL PUBLIC LICENSE

Package Sidebar

Install

npm i @mountainpass/react-pokemon-cards

Weekly Downloads

18

Version

1.0.30

License

Apache-2.0

Unpacked Size

2.58 MB

Total Files

29

Last publish

Collaborators

  • tompahoward
  • nickgrealy