1.1.46 • Published 4 years ago

@guygrigsby/react-mtg-cards v1.1.46

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

react-mtg-cards

Create custom Magic: The Gathering Cards in React

NPM JavaScript Style Guide

Install

npm install --save react-mtg-cards

Usage

import React, { Component } from 'react'

import MyComponent from 'react-mtg-cards'
import 'react-mtg-cards/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © guygrigsby