luna-dom-viewer
TypeScript icon, indicating that this package has built-in type declarations

1.3.0 • Public • Published

Luna Dom Viewer

Dom tree navigator.

Demo

https://luna.liriliri.io/?path=/story/dom-viewer

Install

Add the following script and style to your page.

<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/luna-dom-viewer/luna-dom-viewer.css" />
<script src="//cdn.jsdelivr.net/npm/luna-dom-viewer/luna-dom-viewer.js"></script>

You can also get it on npm.

npm install luna-dom-viewer --save
import 'luna-dom-viewer/luna-dom-viewer.css'
import LunaDomViewer from 'luna-dom-viewer'

Usage

const container = document.getElementById('container')
const domViewer = new LunaDomViewer(container)
domViewer.expand()

Configuration

  • hotkey(boolean): Enable hotkey.
  • ignore(AnyFn): Predicate function which removes the matching child nodes.
  • node(ChildNode): Html element to navigate.

Api

select(node?: ChildNode): void

Select given node.

Readme

Keywords

Package Sidebar

Install

npm i luna-dom-viewer

Weekly Downloads

302

Version

1.3.0

License

MIT

Unpacked Size

286 kB

Total Files

18

Last publish

Collaborators

  • surunzi