forked from Tradeshift/elements
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (50 loc) · 1.43 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tradeshift Elements</title>
<!-- Set :root CSS Custom Properties -->
<link rel="stylesheet" href="/packages/core/src/vars.css" />
<!-- Set @font-face for all needed fonts -->
<link rel="stylesheet" href="/packages/core/src/fonts.css" />
<!-- Set margin/padding to be 0 for <html> -->
<link rel="stylesheet" href="/packages/core/src/reset.css" />
<!-- Load user-styles -->
<link rel="stylesheet" href="/index.css" />
</head>
<body>
<article>
Available components:
<ul>
<li>
<a href="/packages/components/action-select/index.html">Action select</a>
</li>
<li>
<a href="/packages/components/board/index.html">Board</a>
</li>
<li>
<a href="/packages/components/button/index.html">Button</a>
</li>
<li>
<a href="/packages/components/button-group/index.html">Button-Group</a>
</li>
<li>
<a href="/packages/components/date-picker/index.html">Date picker</a>
</li>
<li>
<a href="/packages/components/dialog/index.html">Dialog</a>
</li>
<li>
<a href="/packages/components/search/index.html">Search</a>
</li>
<li>
<a href="/packages/components/select/index.html">Select</a>
</li>
<li>
<a href="/packages/components/tag/index.html">Tag</a>
</li>
</ul>
</article>
</body>
</html>