0.0.13 • Published 3 years ago

tree-finder v0.0.13

Weekly downloads
9
License
BSD-3-Clause
Repository
github
Last release
3 years ago

A Javascript library for the browser, tree-finder exports a custom element named <tree-finder>, which can be used to easily render filebrowers or other hierarchical trees. Only visible cells are rendered.

Examples - try <tree-finder> out live

basic
basic

Installation

Include via a CDN like JSDelivr:

  <script src="https://cdn.jsdelivr.net/npm/tree-finder/dist/tree-finder.js"></script>
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/tree-finder/dist/tree-finder.css">
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/tree-finder/dist/theme/material.css">

Or, add to your project via yarn:

yarn add tree-finder

... then import into your asset bundle.

import "tree-finder";
import "tree-finder/style/theme/material.css";

Development

Download and cd into the repo

npm install lerna

yarn
yarn webpack
0.0.13

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.2-rc.0

3 years ago

0.0.4

3 years ago

0.0.1

3 years ago