TreeView
Package: @tesserix/native
Import
import { TreeView } from '@tesserix/native'Related types
TreeViewProps,TreeNode
Source
- Component:
packages/native/src/components/TreeView/TreeView.tsx - Story:
packages/native/src/components/TreeView/TreeView.stories.tsx - Test:
packages/native/src/components/TreeView/TreeView.test.tsx
Status
- Exported from package entry: Yes
- Component implementation file: Present
Example
import { TreeView } from '@tesserix/native'
export function DemoTreeView() {
return <TreeView />
}