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.
- Host: GitHub
- URL: https://github.com/okjulian/render-hearthstone-card-react-svg
- Owner: okjulian
- Created: 2017-02-28T11:10:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-19T22:57:50.000Z (almost 9 years ago)
- Last Synced: 2024-11-10T13:36:48.707Z (over 1 year ago)
- Topics: react, svg
- Language: JavaScript
- Size: 2.72 MB
- Stars: 25
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
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."}
;
```