1.2.27 • Published 9 months ago

@fluid-topics/ft-tree-selector v1.2.27

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

A hierarchical selector for tree

Install

npm install @fluid-topics/ft-tree-selector
yarn add @fluid-topics/ft-tree-selector

Usage

import {html} from "lit"
import "@fluid-topics/ft-tree-selector"

function render() {
    return html` <ft-tree-selector .data=${
            rootNodes = [{
                value: "parent",
                label: "label parent",
                children: [
                    {value: "1", label: "label 1", children: [], selected: true},
                    {value: "2", label: "label 2", children: [], selected: true}
                ],
                selected: false,
                indeterminate: true
            }
            ]}></ft-tree-selector> `
}
1.2.27

9 months ago

1.2.26

9 months ago

1.2.25

9 months ago

1.2.24

9 months ago

1.2.23

10 months ago

1.2.22

10 months ago

1.2.21

10 months ago

1.2.20

10 months ago

1.2.19

10 months ago

1.2.17

10 months ago

1.2.16

11 months ago

1.2.15

11 months ago

1.2.14

11 months ago

1.2.13

11 months ago

1.2.12

11 months ago

1.2.11

11 months ago

1.2.10

11 months ago

1.2.9

11 months ago

1.2.8

11 months ago

1.2.7

12 months ago

1.2.6

12 months ago

1.2.5

12 months ago

1.2.4

12 months ago

1.2.3

12 months ago

1.2.2

12 months ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.121

1 year ago

1.1.120

1 year ago

1.1.119

1 year ago

1.1.118

1 year ago

1.1.117

1 year ago

1.1.116

1 year ago

1.1.115

1 year ago

1.1.114

1 year ago

1.1.113

1 year ago

1.1.112

1 year ago

1.1.111

1 year ago

1.1.109

1 year ago

1.1.107

1 year ago

1.1.106

1 year ago

1.1.105

1 year ago

1.1.104

1 year ago

1.1.103

1 year ago