react-mtg-cards

1.1.50 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i react-mtg-cards

Weekly Downloads

0

Version

1.1.50

License

MIT

Unpacked Size

785 kB

Total Files

14

Last publish

Collaborators

  • guygrigsby