Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

xooie

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xooie

  • 1.0.8
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Build Status

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:

  • Allows developers to automatically instantiate UI widgets without writing additional JavaScript; simply add the appropriate data attributes to your HTML markup and you're good to go!

  • Allows developers to define custom functionality by creating new Addons. Addons can be loaded for specific instances of a widget by creating a file to house your Addon code and specifying the Addon file's path in a data-addons="" attribute on the associated HTML element.

  • Designed for responsive layouts. You want a flexible-width carousel? No problem!

  • Designed with accessabilty in mind, including focus control.

To see Xooie in action visit Xfinity.comcast.net.

Installation:

Setting up Xooie is as easy as dropping the Xooie directory into your codebase.

Xooie requires the following libraries:

Xooie will work by just loading xooie.js on your page; all other files will be loaded asynchronously as needed. However, if you would rather not load the scripts asynchronously, the modules can be loaded at page load.

Instantiation happens automatically when the page is loaded. All HTML elements tagged with the "data-widget-type" attribute will offer the associated Xooie widget functionality.

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.

Documentation:

Carousel (documentation coming soon!)

Tab (documentation coming soon!)

Dropdown (documentation coming soon!)

FAQs

Package last updated on 03 Jan 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc