Skip to content

webnium/flagrate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flagrate Build Status

A pure JavaScript class-object UI library.

Targeted platforms

Flagrate currently targets the following platforms:

  • Internet Explorer 9+
  • Chrome 26+
  • Firefox 22+
  • Safari 6.0+
  • Opera 12.15+

Requirements

  • Nothing is required

You can use Flagrate with jQuery, Prototype, or your favorite framework if needed!

Using Flagrate

To use Flagrate in your application, download the latest release from the Flagrate github repository tags (https://github.com/webnium/flagrate/tags) and copy flagrate.js flagrate.css to a suitable location. Then include it in your HTML like so:

<link href="/path/to/flagrate.css" rel="stylesheet">
<script src="/path/to/flagrate.js"></script>

Or, you can use the official CDN provided Webnium:

<link href="//flagrate.org/flagrate.min.css" rel="stylesheet">
<script src="//flagrate.org/flagrate.min.js"></script>

Status banner

Documentation

Visit the Flagrate website for more information: https://flagrate.org/.

Releases

No releases published

Packages

No packages published