Skip to content

Provides multiple views for presenting cards in a graphical representation.

License

Notifications You must be signed in to change notification settings

justinsa/card-ui-visualization

Repository files navigation

A visualization library for thumbnail content. Go to the Project Page for a demonstration of the available behaviors.

Dependencies

See Project Page

Basic Setup

  1. Add this script to your application:
<script type="text/javascript" src="./assets/scripts/card-ui-visualizations.js"></script>
  1. Add this stylesheet:
<link rel="stylesheet" href="./assets/styles/card-ui-visualizations.css">

Configuration Options

Under construction

Basic Usage

Card Blocks

$('.card-block').each(function() { window['card-ui-visualizations']['card-block'](this); });

Card Rings

$('.card-ring').each(function() { window['card-ui-visualizations']['card-ring'](this); });

Development

After forking you should only have to run npm install from a command line to get your environment setup.

After install you have two gulp commands available to you:

  1. gulp js:lint
  2. gulp js:test

About

Provides multiple views for presenting cards in a graphical representation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •