Skip to content

Vuzereus/bootstrap-tree

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bootstrap-tree

JavaScript and LESS/CSS for creating Bootstrap-themed trees (to display hierarchical data).

Examples and documentation available at http://jhfrench.github.io/bootstrap-tree/docs/example.html


Building

This project relies on the Bootstrap project's constants and mixins.

To contribute to the project, or build your custom version, you need the bootstrap project cloned in a sibling directory of this project.

To automate the process of building the css, Grunt is used. To use grunt, switch to the this directory and do:

npm install
grunt

This will build the css and output it to bootstrap-combined.min.css file. You can also use grunt watch to watch changes to the less files while you build and test.

About

JavaScript and LESS/CSS for creating Bootstrap-themed trees (to display hierarchical data).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 63.2%
  • JavaScript 20.3%
  • CoffeeScript 16.5%