flagrate

JavaScript UI Component Library

Usage no npm install needed!

<script type="module">
  import flagrate from 'https://cdn.skypack.dev/flagrate';
</script>

README

Flagrate Build Status

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-dev

Official 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 -SG

CDN status

Status banner

How to build

Clone a copy of the main Flagrate git repo by running:

git clone git://github.com/webnium/flagrate.git

Enter the flagrate directory and run the build script:

npm install
npm run build

Documentation

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