• Stars
    star
    202
  • Rank 193,691 (Top 4 %)
  • Language
    CSS
  • Created over 11 years ago
  • Updated about 11 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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.