https://github.com/madcapnmckay/Knockout-UI
A home for rich UI components based on KnockoutJS
https://github.com/madcapnmckay/Knockout-UI
Last synced: 5 months ago
JSON representation
A home for rich UI components based on KnockoutJS
- Host: GitHub
- URL: https://github.com/madcapnmckay/Knockout-UI
- Owner: madcapnmckay
- Created: 2011-05-09T22:49:55.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2013-06-09T03:36:02.000Z (almost 12 years ago)
- Last Synced: 2024-08-05T01:10:55.158Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 693 KB
- Stars: 264
- Watchers: 30
- Forks: 51
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-knockout - UI - Rich UI components based on KnockoutJS (Integrations)
README
**Knockout UI** is a collection of UI components based on [Knockout](http://knockoutjs.com/) and [JQuery UI](http://jqueryui.com/).
The goal of this project is to collect together a number of useful widgets that can be reused and expanded by the community and to act as a learning tool for people looking for more advanced examples of how to use knockout.
I started to learn Knockout in Dec 2010 and built a some successful UI's with it. I had a number of components lying around so I thought I would start this project to share what I had and get feedback and suggestions from the Knockout community.
Most of the components use existing JQuery UI functionality where possible (e.g Autocomplete). Hence this project is not framework agnostic.
I hope you find something useful here.
Included :
----------* Tree
* Autocomplete
* Dropdown
* Context Menu
* Window Manager
* Tabs
* Editor - This is an experimental contenteditable rich text editor, and is designed only for the latest browsers.In the pipeline :
-----------------* All components accept overrides for templates.
* Skinned Radio/Checkbox
* Grid
* Flickr Gallery
* TooltipLicense: MIT [http://www.opensource.org/licenses/mit-license.php](http://www.opensource.org/licenses/mit-license.php)