0.0.2 • Published 11 months ago

tree-item v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

This webcomponent follows the open-wc recommendation.

Installation

npm i tree-item

Usage

<script type="module">
  import 'tree-item/tree-item.js';
</script>

<tree-item></tree-item>

Tooling configs

For most of the tools, the configuration is in the package.json to minimize the amount of files in your project.

If you customize the configuration a lot, you can consider moving them to individual files.

Local Demo with web-dev-server

npm run start

To run a local development server that serves the basic demo located in docs/index.html

0.0.2

11 months ago

0.0.1

11 months ago

0.0.0

11 months ago