An open API service indexing awesome lists of open source software.

https://github.com/okjulian/render-hearthstone-card-react-svg

Render a hearthstone card using React and SVG.
https://github.com/okjulian/render-hearthstone-card-react-svg

react svg

Last synced: 5 months ago
JSON representation

Render a hearthstone card using React and SVG.

Awesome Lists containing this project

README

          

# Hearthstone card using React and SVG

Usage:

```js
import React, { Component } from "react";

import {
Card,
Frame,
Cost,
Image,
Title,
Set,
Rarity,
Text,
Strength,
Health,
Race
} from "./HearthstoneCard";

const PilotedShredder = () =>



4
Mech
3
4

Piloted Shredder


{"Deathrattle: Summon a random 2-Cost minion."}

;
```