0.0.22 • Published 2 years ago

@omiu/tree v0.0.22

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

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
0.0.22

2 years ago

0.0.21

3 years ago

0.0.20

3 years ago

0.0.19

4 years ago

0.0.17

4 years ago

0.0.18

4 years ago

0.0.16

4 years ago

0.0.15

4 years ago

0.0.12

4 years ago

0.0.13

4 years ago

0.0.14

4 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago