1.0.0 • Published 8 years ago

filetree-css v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

filetree.css npmnpm

Implement function and style of file tree view using CSS only. No JavaScript.

NPM

demo

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

1.0.0

8 years ago

0.1.0

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago