flagrate
v1.0.0-beta.26
Published
JavaScript UI Component Library
Maintainers
Readme
Flagrate 
JavaScript UI library
Targeted platforms
Flagrate currently targets the following platforms:
- Internet Explorer 11+
- Microsoft Edge
- Google Chrome
- Mozilla Firefox
- Safari 9+
- Universal Windows App
- Chromium Embedded Framework
Requirements
- Nothing is required
You can use Flagrate with jQuery, Prototype, or your favorite framework if needed!
Using Flagrate
npm package:
npm install flagrate@latest --save-devOfficial CDN provided by Webnium:
<link href="//flagrate.org/flagrate.min.css" rel="stylesheet">
<script src="//flagrate.org/flagrate.min.js"></script>TypeScript support:
/// <reference path="path/to/flagrate/index.d.ts" />Typings support:
typings install npm:flagrate -SGCDN status
How to build
Clone a copy of the main Flagrate git repo by running:
git clone git://github.com/webnium/flagrate.gitEnter the flagrate directory and run the build script:
npm install
npm run buildDocumentation
Visit the Flagrate website for more information: https://flagrate.org/.
