Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(TreeView): add component #3773

Merged
merged 4 commits into from
Nov 2, 2023
Merged

feat(TreeView): add component #3773

merged 4 commits into from
Nov 2, 2023

Conversation

zettca
Copy link
Member

@zettca zettca commented Oct 25, 2023

Add HvTreeView component

  • built with composing HvTreeItem
  • any custom HvTreeItem can be built using useHvTreeItem for item context
    • defaults to a DefaultContent component
  • based on MUI tree-view component
    • using the (headless) hooks instead of the components that are styled
    • hooks are currently internal, but the package version is fixed
  • Added a few samples for some use-cases: Async loading, data object, drag&drop

@github-actions github-actions bot temporarily deployed to uikit-app/pr-3773 October 25, 2023 18:53 Destroyed
@github-actions github-actions bot temporarily deployed to uikit/pr-3773 October 25, 2023 18:53 Destroyed
@github-actions github-actions bot temporarily deployed to uikit-app/pr-3773 October 26, 2023 14:04 Destroyed
@github-actions github-actions bot temporarily deployed to uikit/pr-3773 October 26, 2023 14:04 Destroyed
@github-actions github-actions bot temporarily deployed to uikit/pr-3773 October 26, 2023 14:28 Destroyed
@github-actions github-actions bot temporarily deployed to uikit-app/pr-3773 October 26, 2023 14:28 Destroyed
@github-actions github-actions bot temporarily deployed to uikit/pr-3773 October 26, 2023 14:37 Destroyed
@github-actions github-actions bot temporarily deployed to uikit-app/pr-3773 October 26, 2023 14:37 Destroyed
@zettca zettca marked this pull request as ready for review October 26, 2023 15:29
@zettca zettca requested a review from a team as a code owner October 26, 2023 15:29
@zettca zettca requested review from plagoa and MEsteves22 and removed request for a team October 26, 2023 15:29
@github-actions github-actions bot temporarily deployed to uikit/pr-3773 October 31, 2023 20:59 Destroyed
@github-actions github-actions bot temporarily deployed to uikit-app/pr-3773 October 31, 2023 21:00 Destroyed
Copy link
Contributor

@MEsteves22 MEsteves22 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👌🏻

@MEsteves22 MEsteves22 merged commit 7925f62 into master Nov 2, 2023
7 checks passed
@MEsteves22 MEsteves22 deleted the feat/treeview branch November 2, 2023 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants