- OO-based UI behavior modules behind CardKit's view components
- 'mobile first'
- Independent of particular appearance and specific business
- Use HTML as configurations that is equal to JS API
- Moui can either be viewed as an independent library, or as a part of OzJS mirco-framework.
- It's wrapped as an AMD (Asynchronous Module Definition) module. You should use it with oz.js (or require.js or similar for handling dependencies).
- If you want to make it available for both other AMD code and traditional code based on global namespace. OzJS provides a mini define/require implementation to transform AMD module into traditional module pattern.
- See http://ozjs.org for details.
Add to your project as new dependency
Or download directly from Github
- Minimal stateful component
- Compose of
Control
objects
- Minimal overlay component
- Inherit from
Overlay
- Compose of
Picker
objects
- Inherit from
Overlay
- Inherit from
ActionView
- Inherit from
Overlay
- Inherit from
Growl
- Minimal range component
- Inherit from
Ranger
- Stick a DOM element to anther from any clock position
Comming soon...
Copyright (c) 2010 - 2013 dexteryy
Licensed under the MIT license.