Skip to content

nkcraddock/angular-playing-cards

Repository files navigation

#Overview

This is an angular directive for css playing cards. The css and images are ripped off from Don Park's scalable-css-playing-cards.

Live demo

Get it with bower

bower install angular-playing-cards

Usage

// Add the stylesheet
<link rel="stylesheet" href="angular-playing-cards.css"/>

// Add the script reference
<script src="bower_components/angular-playing-cards/angular-playing-cards.js"></script>

// Add you some cards!
<playing-card rank="ace" suit="spade" />

Roadmap

I'm working on a game table component with a table and player hands and such.

About

An angular directive for css playing cards

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages