forked from kbuechl/react-uikit-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
113 lines (96 loc) · 4.29 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>React UIKit components | React uikit components for UIkiit CSS framework</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<!-- Place favicon.ico in the root directory -->
<link href='http://fonts.googleapis.com/css?family=Adamina|Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="docs/styles/uikit.min.css">
<link rel="stylesheet" href="docs/styles/main.min.css">
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class="landing">
<div class='uk-container uk-container-center uk-text-center'>
<h1 class='landing-heading'>React UIkit Components</h1>
<p class='landing-leading uk-text-large'>
Collection of React components using the <a class='landing-link' href='http://getuikit.com/'>UIkit CSS framework</a>.
</p>
<ul class='landing-action-buttons'>
<li ><a class='uk-button uk-button-large uk-margin-large-right' href='docs.html'>Docs</a> </li>
<li><a class='uk-button uk-button-large uk-button-primary' href='https://github.com/otissv/react-uikit-components'>GitHub</a></li>
<ul>
</div>
</div>
<div class="features">
<div class='uk-container uk-container-center'>
<h2 class='features-heading uk-text-center'>Features</h2>
<ul class='uk-list uk-grid'>
<li class='uk-width-medium-1-3 uk-margin-bottom'>
<div class='uk-panel uk-panel-box'>
<h2><i class="uk-icon-check"></i> Rapid Layouts</h2>
<p>
Create layouts fast with grid widths built into every component.
</p>
</div>
</li>
<li class='uk-width-medium-1-3 uk-margin-bottom'>
<div class='uk-panel uk-panel-box'>
<h2><i class="uk-icon-check"></i> Separate Modules</h2>
<p>
No need to import a whole library to use a few components.
</div>
</li>
<li class='uk-width-medium-1-3 uk-margin-bottom'>
<div class='uk-panel uk-panel-box'>
<h2><i class="uk-icon-check"></i> Data Collections</h2>
<p>
Designed with data collections in mind. Simply pass JSON and let the component do the rest.
</p>
</div>
</li>
<li class='uk-width-medium-1-3 uk-margin-bottom'>
<div class='uk-panel uk-panel-box'>
<h2><i class="uk-icon-check"></i> Custom Components</h2>
<p>
Quiclky create your own componets which inherit all the utility classes from UIkit.
</p>
</div>
</li>
<li class='uk-width-medium-1-3 uk-margin-bottom'>
<div class='uk-panel uk-panel-box'>
<h2><i class="uk-icon-check"></i> Custom Animations</h2>
<p>
Easily add custom animations using 3rd party animation libraries.
</p>
</div>
</li>
<li class='uk-width-medium-1-3 uk-margin-bottom'>
<div class='uk-panel uk-panel-box'>
<h2><i class="uk-icon-check"></i> Uses UIkit</h2>
<p>
A lightweight and modular front-end framework for developing fast and powerful web interfaces
</p>
</div>
</li>
</ul>
</div>
</div>
<div class="footer uk-block uk-block-secondary uk-contrast uk-block-large uk-text-center">
<ul>
<li><a href='http://otissv.github.io/react-uikit-components/docs.html'>Docs</a> | </li>
<li><a href='https://github.com/otissv/react-uikit-components'>GitHub</a> | </li>
<li><a href='https://github.com/otissv/react-uikit-components/issues'>Issues</a></li>
</ul>
Licensed under <a href='http://opensource.org/licenses/MIT'>MIT license.</a><br>
<a class='otissv' href='https://twitter.com/otissv'>@otissv</a>
</div>
</div>
</body>
</html>