11.0.0 • Published 2 years ago

@logo-software/tree v11.0.0

Weekly downloads
-
License
See license in LI...
Repository
-
Last release
2 years ago

Tree Module

A tree view represents a hierarchical view of information, where each item can have a number of subitems. Click on the arrow(s) to open or close the tree branches.

Click here for demo

Installation

All public npm packages of Logo Software is at https://www.npmjs.com/~logofe. To install Tree Module:

$ npm set registry https://registry.npmjs.org/
$ npm install @logo-software/tree -s

Then add TreeModule to @NgModule imports section

app.module.ts

@NgModule({
  imports: [CommonModule, TreeModule],
})
export class AppModule {
}

Tree Component

Almost anything can be represented in a tree structure. Examples include directories, organization hierarchies, biological classifications, countries, etc. The Tree component is a way of representing the hierarchical relationship between these things. You can also expand, collapse, and select a treeNode within a Tree.

Add the below code to your code stack and give initializer parameters.

app.component.html

<logo-tree [items]="items" [start]="0" [iconClasses]=""></logo-tree>

For API details, please visit http://design.logo.com.tr/#/docs/components/components-overview

11.0.0

2 years ago

0.2.12

2 years ago

4.0.0

2 years ago

0.2.11

2 years ago

0.2.10

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.9

2 years ago

0.2.8

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago