Skip to content

Commit db406e5

Browse files
committed
add checkboxes to homepage
1 parent 1609f00 commit db406e5

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

packages/docs/src/components/home/demo-grid.tsx

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)