Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/louisremi/Activable
- Owner: louisremi
- Created: 2012-04-27T12:55:29.000Z (over 12 years ago)
- Default Branch: gh-pages
- Last Pushed: 2012-10-26T12:35:51.000Z (about 12 years ago)
- Last Synced: 2024-06-22T22:03:28.807Z (6 months ago)
- Language: JavaScript
- Homepage: http://louisremi.github.com/Activable/demo/
- Size: 554 KB
- Stars: 82
- Watchers: 7
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```
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).