react-mtg-cards
Create custom Magic: The Gathering Cards in React
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