filetree-css
v1.0.0
Published
Implement function and style of file tree view using CSS only. No JavaScript.
Downloads
5
Readme
filetree.css
Implement function and style of file tree view using CSS only. No JavaScript.
Installation
in Cli
npm i filetree-css --save
in HTML
<link rel="stylesheet" href="./node_modules/filetree-css/filetree.css">
Usage
<ul class="filetree">
<li>
<input type="checkbox" id="level1-1">
<label for="level1-1">js</label>
<ul>
<li>my.js</li>
<li>core.js</li>
</ul>
</li>
</ul>
Contributing
Welcome :)
License
MIT