ui-toolkit

0.0.54 • Public • Published

ui-toolkit

Polymer elements packed together for high speed reference, saves you build time.

The Demo

TL;DR:

npm install --save ui-toolkit

Now you can import all the custom elements from 'node_modules/ui-toolkit/build/ui-toolkit.html'. Prebuilt, less fuss.

Getting a fresh set of elements is just:

npm update --save ui-toolkit

And a basic skeleton html page to use it:

<!doctype html>
 
<html>
  <head>
    <!--
    note, you can use a different platform and polymer if you
    wish
    -->
    <script src="node_modules/polymer/platform.js"></script> 
    <link rel="import" href="node_modules/polymer/polymer.html">
    <link rel="import" href="node_modules/build/ui-toolkit.html">
  </head>
</html>

Gallery

Widgets in action!

Readme

Keywords

none

Package Sidebar

Install

npm i ui-toolkit

Weekly Downloads

3

Version

0.0.54

License

ISC

Last publish

Collaborators

  • wballard