-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.html
More file actions
153 lines (146 loc) · 6.7 KB
/
docs.html
File metadata and controls
153 lines (146 loc) · 6.7 KB
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sinister-UI | Documentation</title>
<link rel="icon" type="image/x-icon" href="./assets/Sinister-UI.svg">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="./components/main.css">
<link rel="stylesheet" href="./components/typography/typography.css">
<link rel="stylesheet" href="landing.css">
<link rel="stylesheet" href="./docs.css">
</head>
<body>
<header class="navbar" >
<p class="navbar-brand">
<a href="./index.html" >Sinister UI</a>
<small class="subtitle2 small-text" >V1.0</small>
</p>
<nav>
<a href="./docs.html" class="btn-text" >Docs</a>
</nav>
</header>
<main class="docs-container">
<aside class="sidebar">
<ul>
<span class="headline4">Get Started</span>
<a href="./docs.html" class="btn btn-text btn-link teal text-on-button link-active" >
<li>
Installation
</li>
</a>
<a href="./components/color/color.html" class="btn btn-text btn-link teal text-on-button" >
<li>
Color
</li>
</a>
<a href="./components/typography/typography.html" class="btn btn-text btn-link teal text-on-button" >
<li>
Typography
</li>
</a>
</ul>
<hr class="line-horz">
<ul>
<span class="headline4">Components</span>
<a href="./components/alert/alert.html" class="btn btn-text btn-link teal text-on-button" >
<li>
Alert
</li>
</a>
<a href="./components/avatar/avatar.html" class="btn btn-text btn-link teal text-on-button" >
<li>
Avatar
</li>
</a>
<a href="#" class="btn btn-text btn-link teal text-on-button" >
<li>
Badge
</li>
</a>
<a href="./components/button/button.html" class="btn btn-text btn-link teal text-on-button" >
<li>
Button
</li>
</a>
<a href="./components/card/card.html" class="btn btn-text btn-link teal text-on-button" >
<li>
Card
</li>
</a>
<a href="./components/grid/grid.html" class="btn btn-text btn-link teal text-on-button " >
<li>
Grid
</li>
</a>
<a href="./components/image/image.html" class="btn btn-text btn-link teal text-on-button" >
<li>
Image
</li>
</a>
<a href="./components/input/input.html" class="btn btn-text btn-link teal text-on-button " >
<li>
Input
</li>
</a>
<a href="./components/list/list.html" class="btn btn-text btn-link teal text-on-button" >
<li>
List
</li>
</a>
<a href="./components/modal/modal.html" class="btn btn-text btn-link teal text-on-button " >
<li>
Modal
</li>
</a>
<a href="./components/navigation/navigation.html" class="btn btn-text btn-link teal text-on-button " >
<li>
Navigation
</li>
</a>
<a href="./components/rating/rating.html" class="btn btn-text btn-link teal text-on-button " >
<li>
Rating
</li>
</a>
<a href="./components/slider/slider.html" class="btn btn-text btn-link teal text-on-button " >
<li>
Slider
</li>
</a>
<a href="./components/toast/toast.html" class="btn btn-text btn-link teal text-on-button " >
<li>
Toast
</li>
</a>
</ul>
</aside>
<div class="docs-body">
<div class="pagination-head">
<a href="#" class="btn btn-text text-green-04">
<span class="material-icons">arrow_back_ios</span>
</a>
<h1 class="headline1 text-center">Installation</h1>
<a class="btn btn-text" href="./components/color/color.html">
<span class="material-icons">arrow_forward_ios</span>
</a>
</div>
<p class="body1">To use Sinister UI in your project, copy-paste the stylesheet <head> before all other stylesheets to load Sinister-UI CSS.</p>
<iframe
src="https://carbon.now.sh/embed?bg=rgba%285%2C166%2C96%2C1%29&t=cobalt&wt=none&l=htmlmixed&width=711&ds=true&dsyoff=15px&dsblur=32px&wc=true&wa=true&pv=44px&ph=30px&ln=false&fl=1&fm=Hack&fs=13.5px&lh=168%25&si=false&es=2x&wm=false&code=%253Clink%2520rel%253D%2522stylesheet%2522%2520href%253D%2522https%253A%252F%252Fsinister-ui.netlify.app%252Fcomponents%252Fmain.css%2522%2520%252F%253E"
style="width: 100%; height: 169px; border:0; margin:1rem 0; transform: scale(1); overflow:hidden;"
sandbox="allow-scripts allow-same-origin">
</iframe>
<p class="body1 text-center">or</p>
<p class="body1">Import directly in your css file</p>
<iframe
src="https://carbon.now.sh/embed?bg=rgba%285%2C166%2C96%2C1%29&t=cobalt&wt=none&l=css&width=711&ds=true&dsyoff=15px&dsblur=32px&wc=true&wa=true&pv=44px&ph=30px&ln=false&fl=1&fm=Hack&fs=13.5px&lh=168%25&si=false&es=2x&wm=false&code=%2540import%2520url%28https%253A%252F%252Fsinister-ui.netlify.app%252Fcomponents%252Fmain.css%29%253B"
style="width: 1024px; height: 473px; border:0; margin:1rem 0; transform: scale(1); overflow:hidden;"
sandbox="allow-scripts allow-same-origin">
</iframe>
</div>
</main>
</body>
</html>