File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed
packages/docs/src/components/home Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ const demos = [
1414 text : "Powerful ordered drag-and-drop, that can interact with external drag events" , // TODO also unordered sample
1515 story : "react-drag-and-drop-comprehensive-sample--comprehensive-sample" ,
1616 } ,
17- {
18- title : "Scalable" ,
19- text : "Headless Tree remains performant even with large trees" ,
20- story : "react-scalability-big-tree--big-tree" ,
21- } ,
17+ // {
18+ // title: "Scalable",
19+ // text: "Headless Tree remains performant even with large trees",
20+ // story: "react-scalability-big-tree--big-tree",
21+ // },
2222 {
2323 title : "Virtualization Support" ,
2424 text : "Compatible with common virtualization library to support 100k+ items" ,
@@ -39,6 +39,11 @@ const demos = [
3939 text : "Optionally allow users to rename items inside the tree" ,
4040 story : "react-renaming-basic--basic" ,
4141 } ,
42+ {
43+ title : "Checkboxes" ,
44+ text : "Support for checkboxes to select items" ,
45+ story : "react-checkboxes-general--general" ,
46+ } ,
4247 {
4348 title : "Manage State" ,
4449 text : "Let Headless Tree manage tree state internally, or manage any part of it yourself" ,
You can’t perform that action at this time.
0 commit comments