Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/louisremi/Activable

declarative UI components | 2K, 0 dependency, IE8 compat.
https://github.com/louisremi/Activable

Last synced: 3 months ago
JSON representation

declarative UI components | 2K, 0 dependency, IE8 compat.

Awesome Lists containing this project

README

        

Activable
=========

Declarative UI components | 2K, 0 dependency, IE8 compatible
------------------------------------------------------------

Activable helps you build modern UI components quicker and keep your code clean. Here is all the code needed to create a tab component:

```html



Raw denim you probably haven't heard of.

Mustache cliche tempor, williamsburg carles.

Cosby sweater eu banh mi, qui irure terry.


```

Since Activable uses a global event listener, once the components are appropriately styled with CSS they are fully functional: **no need to initialize them with JS**, ever.

Demo
====

Activable can be used to create common click-based UI components, as illustrated in the **[demo](http://louisremi.github.com/Activable/demo/)**.

Documentation
=============

The declarative markup used to create activable components and the JS API used to extend them have a *zero to hero* **[documentation](http://louisremi.github.com/Activable/docs/)**.

License
=======

[MIT licensed](http://louisremi.mit-license.org/), by [@louis_remi](http://twitter.com/louis_remi).