Comcast / Xooie

Important note: this project is no longer actively maintained. Xfinity Xooie - Modular, Modifiable, Responsive, Accessible
Apache License 2.0
14 stars 20 forks source link

Build Status

Important note: this project is no longer actively maintained.

Xooie

Xooie is a library of JavaScript UI widgets designed to be extremely modular and agnostic of markup and styles. With Xooie, you can create almost any interface you want. Key components are tagged with data attributes, informing Xooie to bind the associated widget functionality.

In addition to being flexible, Xooie also:

For more information and documentation, visit the Xooie site.

1.x vs 0.1.x:

v1.0 is our official release of Xooie. All new feature development & bug fixes occur on master & are released from a release_1_x branch (e.g. release_1_1). So if you're just getting started with Xooie, be sure to grab the latest 1.x version.

If you were already using a pre-1.0 release of Xooie, there is a release_0_1_x branch that is updated with bug fixes only. Any 0.1.x release is from the pre-1.0 Xooie development work.