This repository is a collection of 2 new web-components that can be combined to easily display a directory of folders.
Check out the demo and docs here: https://winhowes.github.io/file-tree/components/file-tree/.
- file-tree: a container for all the folders which handles selecting isolated folders.
- file-folder: A folder which can contain other folders.
To install simply run:
bower install --save winhowes-file-tree
Simply include <link rel="import" href="/components/winhowes-file-tree/file-tree.html">
in your page.