zippyui
v1.0.3
Published
ZippyUI framework is a full-featured framework for building complex UIs on the web with Javascript, HTML and CSS.
Downloads
20
Readme
ZippyUI- a complete set of UI widgets
The ZippyUI framework is a full-featured framework for building complex UIs on the web with HTML, CSS and Javascript.
Visit us at zippyui.com.
API
See the API docs at http://docs.zippyui.com/api/latest
Examples
You can find code examples at the following locations:
- https://github.com/zippyui/ZippyUI/tree/master/examples/code
- http://zippyui.com/examples.html
- http://codepen.io/zippyui/public-list/
Build your own
COMING VERY SOON: You can install the framework from npm
and build your own distribution.
npm install zippyui
Then just do a npm install
to install all dependencies that are used to build the framework. (NOTE: you may need to execute sudo npm install
)
After that, go to src/js/zippy.js and comment out the parts that you don't need. Then run npm run build-all
in order to generate all framework files in the dist/ directory.
License
Released under an MIT license.