Skip to content

amazeui/tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amaze UI Tree


NPM version Dependency Status devDependency Status

Amaze UI Tree 插件。

使用说明:

  1. 获取 Amaze UI Tree
  1. 在 Amaze UI 样式之后引入 Tree 样式(dist 目录下的 CSS):

Amaze UI Tree 依赖 Amaze UI 样式。

<link rel="stylesheet" href="path/to/amazeui.min.css"/>
<link rel="stylesheet" href="path/to/amazeui.tree.min.css"/>
  1. 在 jQuery 之后引入 Tree 插件(dist 目录下的 JS):
<script src="path/to/jquery.min.js"></script>
<script src="path/to/amazeui.tree.min.js"></script>
  1. 初始化 Tree:
$(function() {
    $('#my-tree').tree();
});

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published