-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
42 lines (42 loc) · 1.53 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!doctype html>
<html>
<head>
<title>React Checkbox Duet</title>
<!-- Place this tag in your head or just before your close body tag. -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
</head>
<body>
<div class="title-block">
<h1>React Checkbox Duet</h1>
<p class="description">
An easy-to-use Checkbox ReactJS Component for Multi-Select or Binary-Choice.
</p>
<div class="github-button-block">
<!-- Place this tag where you want the button to render. -->
<a class="github-button"
href="https://github.com/WendellLiu/react-checkbox-duet/fork"
data-icon="octicon-repo-forked"
data-style="mega"
aria-label="Fork WendellLiu/react-checkbox-duet on GitHub">
Fork
</a>
<a class="github-button"
href="https://github.com/WendellLiu/react-checkbox-duet"
data-icon="octicon-star"
data-style="mega"
data-count-href="/WendellLiu/react-checkbox-duet/stargazers"
data-count-api="/repos/WendellLiu/react-checkbox-duet#stargazers_count"
data-count-aria-label="# stargazers on GitHub"
aria-label="Star WendellLiu/react-checkbox-duet on GitHub">
Star
</a>
</div>
</div>
<div id='root'>
</div>
<div class="footer">
<span>Copyright © <a href="https://github.com/WendellLiu">WendellLiu</a> 2016. MIT Licensed.</span>
</div>
<script src="/react-checkbox-duet/static/bundle.js"></script>
</body>
</html>