-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,20 @@ | ||
# meteor-jstree | ||
|
||
[jsTree](http://www.jstree.com/) is jQuery plugin, that provides interactive trees. It's very popular plugin with a lot of features. But [jsTree](http://www.jstree.com/) doesn't have a native support of Meteor Framework. | ||
[jsTree](http://www.jstree.com/) is jQuery plugin, that provides interactive trees. It's very popular plugin with a lot of features. But [jsTree](http://www.jstree.com/) did not have a native support of Meteor Framework. | ||
|
||
Main purpose of `jss:jstree` package — make [jsTree](http://www.jstree.com/) reactive and Meteor-compatible. Using this package you can build tree from reactive data source (Collection, ReactiveVar, Session, ReactiveObject, etc). | ||
Main purpose of `jss:jstree` package — make [jsTree](http://www.jstree.com/) more reactive and Meteor-compatible. Using this package you can build tree from reactive data source (Collection, ReactiveVar, Session, ReactiveObject, etc). | ||
|
||
# Demo | ||
|
||
Online: [jss-jstree.meteor.com](http://jss-jstree.meteor.com/) | ||
Sources: [github.com/JSSolutions/meteor-jstree-demo](https://github.com/JSSolutions/meteor-jstree-demo) | ||
|
||
Made by [![Professional Meteor Development Studio](http://s30.postimg.org/jfno1g71p/jss_xs.png)](http://jssolutionsdev.com) - [Professional Meteor Development Company](http://jssolutionsdev.com) | ||
|
||
# Themes | ||
|
||
- [Default](https://github.com/JSSolutions/meteor-jstree) | ||
- [Proton](https://github.com/JSSolutions/meteor-jstree-proton-theme) | ||
- [Dark](https://github.com/JSSolutions/meteor-jstree-dark-theme) | ||
|
||
## License | ||
Note that this project is distributed under the [MIT License](LICENSE). | ||
Made by [![Professional Meteor Development Studio](http://s30.postimg.org/jfno1g71p/jss_xs.png)](http://jssolutionsdev.com) - [Professional Meteor Development Company](http://jssolutionsdev.com) |