-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
40 lines (39 loc) · 2.05 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-146821419-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-146821419-1');
</script>
<meta charset="UTF-8">
<meta name="description" content="Numeric input control with step buttons for Semantic UI React">
<meta name="keywords" content="React,Semantic UI,Number,Input,Picker,Numeric,Numberinput,Numberpicker">
<meta name="google-site-verification" content="WkZSCQ5X_UXrFD3ahWWAeh6xBHXuS66oXDnF-h_g3pA" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="Semantic UI React Number Input">
<meta property="og:locale" content="en_US">
<meta name="description" content="Number input control with step buttons for Semantic UI React">
<meta property="og:description" content="Number input control with step buttons for Semantic UI React">
<link rel="canonical" href="https://pksilen.github.io/semantic-ui-react-numberinput/">
<meta property="og:url" content="https://pksilen.github.io/semantic-ui-react-numberinput/">
<meta property="og:site_name" content="semantic-ui-react-numberinput">
<script type="application/ld+json">
{"@type":"WebSite","headline":"Semantic UI React Number Input","url":"https://pksilen.github.io/semantic-ui-react-numberinput/","name":"semantic-ui-react-numberinput","description":"Number input control with step buttons for Semantic UI React","@context":"https://schema.org"}
</script>
<title>Semantic UI React Number Input Demo | semantic-ui-react-numberinput</title>
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/semantic-ui@2.4.2/dist/semantic.min.css" />
<style>
.inline {
display: inline-block;
}
</style>
</head>
<body>
<div id="app-root"></div>
<script src="demo/demo.bundle.js"></script>
</body>
</html>