Skip to content

Commit 9222b71

Browse files
committed
Provide pessimistic toggle example
1 parent e3e8c17 commit 9222b71

File tree

6 files changed

+566
-253
lines changed

6 files changed

+566
-253
lines changed

examples/dist/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@ <h2 class="project-tagline">A simple, yet elegant checkbox treeview for React</h
2424
<section class="main-content">
2525
<h1>Examples</h1>
2626
<h2>Basic Example</h2>
27-
<div id="mount"></div>
27+
<div id="basic-example"></div>
28+
29+
<h2>Pessimistic Toggle Example</h2>
30+
<p>Try clicking a partially-checked node. Instead of select all children, the pessimistic model will uncheck them.</p>
31+
<div id="pessimistic-toggle-example"></div>
2832

2933
<footer class="site-footer">
3034
<span class="site-footer-owner">

0 commit comments

Comments
 (0)