@omiu/tree
TypeScript icon, indicating that this package has built-in type declarations

0.0.22 • Public • Published

Tree

Components that show tree nested data structures.

Import

import '@omiu/tree'

Or use script tag to ref it.

<script src="https://unpkg.com/@omiu/tree"></script>

Usage

<o-tree></o-tree>

API

Props

{
  data?: any[]
  padding: number
}

defaultProps

{
  padding: 10
}

Events

  • node-click
  • node-arrow-click
  • context-menu
  • action-icon-click
  • fold

/@omiu/tree/

    Package Sidebar

    Install

    npm i @omiu/tree

    Homepage

    omijs.org

    Weekly Downloads

    12

    Version

    0.0.22

    License

    MIT

    Unpacked Size

    74 kB

    Total Files

    6

    Last publish

    Collaborators

    • dntzhang