ui-toolkit
v0.0.54
Published
Polymer elements packed together for high speed reference, saves you build time.
Downloads
116
Readme
#ui-toolkit
Polymer elements packed together for high speed reference, saves you build time.
##TL;DR:
npm install --save ui-toolkitNow 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-toolkitAnd 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!
