-
Notifications
You must be signed in to change notification settings - Fork 0
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
Kiwi tree #847
Kiwi tree #847
Conversation
|
packages/hierarchies-react/src/presentation-hierarchies-react/itwinui/TreeNodeRenderer.tsx
Outdated
Show resolved
Hide resolved
packages/hierarchies-react/src/presentation-hierarchies-react/itwinui/TreeNodeRenderer.tsx
Outdated
Show resolved
Hide resolved
packages/hierarchies-react/src/presentation-hierarchies-react/itwinui/TreeNodeRenderer.tsx
Outdated
Show resolved
Hide resolved
packages/hierarchies-react/src/presentation-hierarchies-react/itwinui/TreeActionButtons.tsx
Outdated
Show resolved
Hide resolved
…itwinui/TreeNodeRenderer.tsx Co-authored-by: Saulius Skliutas <[email protected]>
packages/hierarchies-react/src/presentation-hierarchies-react/itwinui/TreeNodeRenderer.tsx
Outdated
Show resolved
Hide resolved
packages/hierarchies-react/src/presentation-hierarchies-react/itwinui/TreeActionButtons.tsx
Outdated
Show resolved
Hide resolved
Co-authored-by: Grigas <[email protected]>
…into mast/kiwi-tree
apps/test-app/frontend/src/components/tree-widget/StatelessTree.tsx
Outdated
Show resolved
Hide resolved
…e.tsx Co-authored-by: Saulius Skliutas <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good for an initial attempt. Should be enough to integrate into tree-widget.
Early preview of how the kiwi tree looks.
There are plenty of things that are not yet released from kiwi side, that we want:
density
to control size of all components.Tree renderer property name changes so far:
IsSelected => selected
isDisabled => aria-disabled (need to figure out if we want a separate prop)
General:
Tree preview:
tree-preview.mp4