0.1.1 • Published 5 years ago

react-mtg-playtester v0.1.1

Weekly downloads
8
License
MIT
Repository
github
Last release
5 years ago

react-mtg-playtester

playtest mtg decks with react-dnd. See the storybook demo

CircleCI npm version dependencies Status devDependencies Status code style: prettier

Requirements

  • Redux
  • Redux thunk middleware

Future plans for this will remove need for redux and use new react hooks

Getting started

Install the module

yarn add react-mtg-playtester

# or npm

npm install --save react-mtg-playtester

See the storybook example for implementation

Contributing

Testing

yarn test