# react-scryfall-components

[![CircleCI](https://img.shields.io/circleci/project/github/BenoitAverty/react-scryfall-components/master.svg?logo=circleci&style=for-the-badge)](https://circleci.com/gh/BenoitAverty/react-scryfall-components) [![codecov.io](https://img.shields.io/codecov/c/github/BenoitAverty/react-scryfall-components.svg?style=for-the-badge)](https://codecov.io/gh/BenoitAverty/react-scryfall-components) [![npmjs.org](https://img.shields.io/npm/v/react-scryfall-components.svg?style=for-the-badge&logo=npm)](https://www.npmjs.com/package/react-scryfall-components) 

Library of components based on scryfall api

## [Documentation](https://benoitaverty.github.io/react-scryfall-components)

## Usage

```
import React from 'react'

import { Card } from 'react-scryfall-components'

export default () => <Card id="eb28b35c-28a5-4042-b21d-6d43658a16eb" />
```
