Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@mountainpass/react-pokemon-cards

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mountainpass/react-pokemon-cards

A visibility based trigger for loading more data.

latest
Source
npmnpm
Version
1.0.30
Version published
Maintainers
2
Created
Source

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

Keywords

react

FAQs

Package last updated on 20 Dec 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts