1.4.0 • Published 3 months ago

@zag-js/tree-view v1.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

@zag-js/tree-view

Core logic for the tree-view widget implemented as a state machine

Installation

yarn add @zag-js/tree-view
# or
npm i @zag-js/tree-view

Contribution

Yes please! See the contributing guidelines for details.

Licence

This project is licensed under the terms of the MIT license.

Component API

<Tree.Root>
  <Tree.Label>Tree</Tree.Label>

  <Tree.Tree>
    <Tree.Item>Leaf 1</Tree.Item>
    <Tree.Branch>
      <Tree.BranchControl>
        <Tree.BranchTrigger>
          <ChevronRightIcon />
        </Tree.BranchTrigger>
        <Tree.BranchText>Branch 1</Tree.BranchText>
      </Tree.BranchControl>

      <Tree.BranchContent>
        <Tree.Item>Leaf 2</Tree.Item>
        <Tree.Item>
          <Icon />
          <Tree.ItemText>Leaf 3</Tree.ItemText>
        </Tree.Item>
      </Tree.BranchContent>
    </Tree.Branch>
  </Tree.Tree>
</Tree.Root>

TODO

  • shift + arrow down: select all items between the last selected item and the item above/below the last selected item
  • shift + arrow right: collapse/expand all items between the last selected item and the item above/below the last selected item
1.4.0

3 months ago

1.3.3

3 months ago

1.3.2

3 months ago

1.3.1

3 months ago

1.3.0

3 months ago

1.2.0

4 months ago

1.2.1

3 months ago

1.1.0

4 months ago

1.0.2

4 months ago

1.0.1

4 months ago

0.82.2

4 months ago

0.82.1

5 months ago

1.0.0

4 months ago

0.81.2

5 months ago

0.82.0

5 months ago

0.81.0

5 months ago

0.81.1

5 months ago

0.79.3

5 months ago

0.79.2

5 months ago

0.80.0

5 months ago

0.79.1

6 months ago

0.79.0

6 months ago

0.78.3

6 months ago

0.78.2

6 months ago

0.78.1

6 months ago

0.78.0

7 months ago

0.77.1

7 months ago

0.76.0

8 months ago

0.77.0

8 months ago

0.75.0

8 months ago

0.74.0

8 months ago

0.74.2

8 months ago

0.74.1

8 months ago

0.72.0

9 months ago

0.73.1

8 months ago

0.73.0

9 months ago

0.70.0

9 months ago

0.67.0

9 months ago

0.71.0

9 months ago

0.68.1

9 months ago

0.68.0

9 months ago

0.66.1

9 months ago

0.66.0

9 months ago

0.69.0

9 months ago

0.65.1

10 months ago

0.65.0

10 months ago

0.64.0

11 months ago

0.63.0

11 months ago

0.62.1

11 months ago

0.62.0

11 months ago

0.56.1

1 year ago

0.56.0

1 year ago

0.59.0

12 months ago

0.60.0

11 months ago

0.57.0

12 months ago

0.61.1

11 months ago

0.61.0

11 months ago

0.58.3

12 months ago

0.58.1

12 months ago

0.58.2

12 months ago

0.58.0

12 months ago

0.55.0

1 year ago

0.53.0

1 year ago

0.54.0

1 year ago

0.51.2

1 year ago

0.51.0

1 year ago

0.51.1

1 year ago

0.52.0

1 year ago

0.50.0

1 year ago

0.49.0

1 year ago

0.48.0

1 year ago

0.47.0

1 year ago

0.46.0

1 year ago

0.45.0

1 year ago

0.44.0

1 year ago

0.43.0

1 year ago

0.41.0

1 year ago

0.42.0

1 year ago

0.40.0

1 year ago

0.39.0

1 year ago

0.38.1

1 year ago

0.38.0

1 year ago

0.37.3

1 year ago

0.37.2

1 year ago

0.37.1

1 year ago

0.37.0

1 year ago

0.36.3

1 year ago

0.36.2

1 year ago

0.36.1

1 year ago

0.36.0

1 year ago

0.35.0

1 year ago

0.34.0

1 year ago

0.33.2

1 year ago

0.33.1

1 year ago

0.33.0

1 year ago