Skip to content

Commit e2406d2

Browse files
committed
Add example introduction
1 parent ee5d53d commit e2406d2

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

examples/dist/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ <h2 class="project-tagline">A simple and elegant checkbox tree for React</h2>
2121
</section>
2222

2323
<section class="main-content">
24+
<p>
25+
<strong>React Checkbox Tree</strong> is a feature-rich React component for a checkbox treeview.
26+
Checkout the examples below and then view <a href="https://github.com/jakezatecky/react-checkbox-tree/tree/master/examples/src/js">source code</a>
27+
or main <a href="https://github.com/jakezatecky/react-checkbox-tree">documentation page</a> when you are ready to try it out.
28+
</p>
29+
2430
<h1>Examples</h1>
2531
<h2>Basic Example</h2>
2632
<div id="basic-example"></div>

examples/src/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ <h2 class="project-tagline">A simple and elegant checkbox tree for React</h2>
2121
</section>
2222

2323
<section class="main-content">
24+
<p>
25+
<strong>React Checkbox Tree</strong> is a feature-rich React component for a checkbox treeview.
26+
Checkout the examples below and then view <a href="https://github.com/jakezatecky/react-checkbox-tree/tree/master/examples/src/js">source code</a>
27+
or main <a href="https://github.com/jakezatecky/react-checkbox-tree">documentation page</a> when you are ready to try it out.
28+
</p>
29+
2430
<h1>Examples</h1>
2531
<h2>Basic Example</h2>
2632
<div id="basic-example"></div>

0 commit comments

Comments
 (0)