@alehuo/react-playing-cards
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

react-playing-cards

Various card components for React.

Currently implemented components

  • Playing cards

Usage

  1. Install the Sigmar One -font from Google Fonts and include it in your </head>-tag.
  2. Run npm i @alehuo/react-playing-cards
  3. Check one of the examples below

Playing cards

import { PlayingCard } from "@alehuo/react-playing-cards";
import React from "react";
import ReactDOM from "react-dom";

ReactDOM.render(
  document.getElementById("app"),
  <div>
    <PlayingCard value={12} suit="spades" />
  </div>
);

Installation

Run npm install.

Building

Run npm run build

Development

Run npm watch to preview the components.

Requirements for development

  • Node.js v16 (.nvmrc file is provided)

License

MIT license.

Dependencies (3)

Dev Dependencies (25)

Package Sidebar

Install

npm i @alehuo/react-playing-cards

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

86.1 kB

Total Files

14

Last publish

Collaborators

  • alehuo