@cocreate/unique 1.11.5 → 1.11.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/docs/index.html CHANGED
@@ -1,371 +1,371 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
6
- <meta name="viewport" content="width=device-width, initial-scale=1" />
7
- <title>CoCreate-unique Documentation | CoCreateJS</title>
8
- <link
9
- rel="icon"
10
- type="image/png"
11
- sizes="32x32"
12
- href="https://cocreate.app/images/favicon.ico" />
13
- <meta
14
- name="description"
15
- content="A simple HTML5 and pure javascript component. Easy configuration using HTML5 attributes or Javscript api and highly styleable." />
16
- <meta
17
- name="keywords"
18
- content="helper classes, utility classes, css framework, css library, inline style classes" />
19
- <meta name="robots" content="index,follow" />
20
- <meta
21
- property="og:image"
22
- content="https://cdn.cocreate.app/docs/unique.png" />
23
-
24
- <!-- CoCreate CSS -->
25
- <link
26
- rel="stylesheet"
27
- href="https://cdn.cocreate.app/latest/CoCreate.min.css"
28
- type="text/css" />
29
- <link
30
- rel="stylesheet"
31
- href="/docs/index.css"
32
- collection="files"
33
- document_id="60888216117c640e7596303f"
34
- name="src"
35
- type="text/css"
36
- save="true" />
37
- <link rel="manifest" href="/manifest.webmanifest" />
38
- </head>
39
-
40
- <body>
41
- <nav
42
- class="nav display:flex align-items:center left:0px background:whitesmoke padding-top:10px padding-bottom:10px"
43
- content_id="content"
44
- scroll="sticky-nav,hide-nav"
45
- scroll-up="10"
46
- scroll-down="10"
47
- collection="files"
48
- document_id="60395ef42b3ac232657040fd"
49
- name="src"></nav>
50
- <sidenav
51
- id="menuL"
52
- class="position:fixed top:0px left:0px overflow:hidden background:whitesmoke height:100vh width:0px width:300px@xl"
53
- resizable
54
- resize-target="[content_id='content']"
55
- resize-property="margin-left"
56
- resize-value="width">
57
- <menu
58
- collection="files"
59
- document_id="603717b07de7fb350ae9fec8"
60
- name="src"></menu>
61
- <div resize="right"></div>
62
- </sidenav>
63
- <main
64
- class="padding-top:15px padding:15px@lg@xl"
65
- content_id="content"
66
- id="cocreate-unique">
67
- <div
68
- class="display:flex flex-wrap:wrap justify-content:space-between position:relative margin:10px">
69
- <div class="display:flex align-items:center">
70
- <h2>CoCreate-unique</h2>
71
- </div>
72
- <div
73
- class="display:flex align-items:center font-size:20px position:absolute right:0 padding:5px background:white">
74
- <div
75
- class="display:flex align-items:center transition:0.3s padding-left:10px"
76
- share-network="true"
77
- share-text="Enter decription here"
78
- share-title="testing im a title"
79
- share-height="600"
80
- share-width="700"
81
- share-media="https://cdn.cocreate.app/docs/unique.png"
82
- hover="display:block!important"
83
- hover-target=".social-networks">
84
- <div class="display:none social-networks">
85
- <a
86
- class="margin-right:15px"
87
- share-network="twitter"
88
- title="Share on twitter"
89
- ><i
90
- class="height:20px fill:#505050"
91
- src="/assets/svg/twitter.svg"></i
92
- ></a>
93
- <a
94
- class="margin-right:15px"
95
- share-network="facebook"
96
- title="Share on Facebook"
97
- ><i
98
- class="height:20px fill:#505050"
99
- src="/assets/svg/facebook.svg"></i
100
- ></a>
101
- <a
102
- class="margin-right:15px"
103
- share-network="instagram"
104
- title="Share on instagram"
105
- ><i
106
- class="height:20px fill:#505050"
107
- src="/assets/svg/instagram.svg"></i
108
- ></a>
109
- </div>
110
- <a
111
- class="margin-right:15px"
112
- share-network="share"
113
- title="Share on share"
114
- ><i
115
- class="height:20px fill:#505050"
116
- src="/assets/svg/share-alt.svg"></i
117
- ></a>
118
- </div>
119
- <a
120
- href="https://github.com/CoCreate-app/CoCreate-unique"
121
- target="_blank"
122
- class="margin-right:15px"
123
- ><i
124
- class="height:20px fill:#505050"
125
- src="/assets/svg/github.svg"></i
126
- ></a>
127
- </div>
128
- </div>
129
- <h1
130
- class="max-width:500px margin:20px_10px line-height:1.5 font-size:16px font-weight:100">
131
- A headless vinilla javascript micro component. Easy
132
- configuration using HTML5 attributes or Javscript api.
133
- </h1>
134
- <div id="unique-section" class="display:flex flex-wrap:wrap">
135
- <div
136
- class="flex-grow:1 width:400px width:300px@xs padding:0px_10px margin-top:60px">
137
- <div
138
- id="unique-install"
139
- class="border-bottom:1px_solid_lightgrey"
140
- scroll
141
- scroll-intersect="color:dodgerblue"
142
- scroll-target="#unique-install-section">
143
- <span
144
- class="display:flex align-items:center width:fit-content"
145
- hover="display:block!important"
146
- hover-target="[href='#unique-install']">
147
- <h2 class="padding:5px_0px">Install</h2>
148
- <a
149
- class="margin-left:10px display:none"
150
- href="#unique-install"
151
- ><i
152
- class="height:20px fill:#505050"
153
- src="/assets/svg/link.svg"></i
154
- ></a>
155
- </span>
156
- </div>
157
- <pre><code class="language-bash">npm i @cocreate/unique</code></pre>
158
- <p class="padding:10px_0px line-height:1.5">
159
- Or you can use cdn link:
160
- </p>
161
- <pre><code class="language-html">&lt;script&gt;https://cdn.cocreate.app/unique/latest/CoCreate-unique.min.js&lt;/script&gt;</code></pre>
162
-
163
- <div
164
- id="unique-usage"
165
- class="margin-top:80px border-bottom:1px_solid_lightgrey"
166
- scroll
167
- scroll-intersect="color:dodgerblue"
168
- scroll-target="#unique-usage-section">
169
- <span
170
- class="display:flex align-items:center width:fit-content"
171
- hover="display:block!important"
172
- hover-target="[href='#unique-usage']">
173
- <h2 class="padding:5px_0px">Usage</h2>
174
- <a
175
- class="margin-left:10px display:none"
176
- href="#unique-usage"
177
- ><i
178
- class="height:20px fill:#505050"
179
- src="/assets/svg/link.svg"></i
180
- ></a>
181
- </span>
182
- </div>
183
- <div class="">
184
- <p class="padding:10px_0px line-height:1.5">
185
- This is unique usage
186
- </p>
187
-
188
- <div class="flex-grow:1 min-width:300px width:100%">
189
- <pre><code class="language-html">&lt;div&gt;&lt;/div&gt;</code></pre>
190
- </div>
191
- <p class="padding:10px_0px line-height:1.5">
192
- This is unique usage
193
- </p>
194
- <p class="padding:10px_0px line-height:1.5">
195
- This is unique usage
196
- </p>
197
- </div>
198
- <div
199
- id="unique-attributes"
200
- class="margin-top:80px border-bottom:1px_solid_lightgrey"
201
- scroll
202
- scroll-intersect="color:dodgerblue"
203
- scroll-target="#unique-attributes-section">
204
- <span
205
- class="display:flex align-items:center width:fit-content"
206
- hover="display:block!important"
207
- hover-target="[href='#unique-attributes']">
208
- <h2 class="padding:5px_0px">Attributes</h2>
209
- <a
210
- class="margin-left:10px display:none"
211
- href="#unique-attributes"
212
- ><i
213
- class="height:20px fill:#505050"
214
- src="/assets/svg/link.svg"></i
215
- ></a>
216
- </span>
217
- </div>
218
- <ul class="list-style-type:none">
219
- <li
220
- class="padding:15px_0px border-bottom:1px_solid_lightgrey">
221
- <h4>
222
- <span>unique</span>
223
- <span class="cocreate-badge success"
224
- >string</span
225
- >
226
- <span class="cocreate-badge warning"
227
- >optional</span
228
- >
229
- </h4>
230
- <p>unique-attribute</p>
231
- </li>
232
- <li
233
- class="padding:15px_0px border-bottom:1px_solid_lightgrey">
234
- <h4>
235
- <span>unique</span>
236
- <span class="cocreate-badge success"
237
- >string</span
238
- >
239
- <span class="cocreate-badge warning"
240
- >optional</span
241
- >
242
- </h4>
243
- <p>unique-attribute</p>
244
- </li>
245
- </ul>
246
- </div>
247
-
248
- <div
249
- class="flex-grow:1 width:300px padding:0px_10px margin-top:60px border-bottom:1px_solid_lightgrey">
250
- <!-- SandBox -->
251
- <div
252
- id="unique-demo"
253
- class="border-bottom:1px_solid_lightgrey"
254
- scroll
255
- scroll-intersect="color:dodgerblue"
256
- scroll-target="#unique-demo-section">
257
- <span
258
- class="display:flex align-items:center width:fit-content"
259
- hover="display:block!important"
260
- hover-target="[href='#unique-demo']">
261
- <h2 class="padding:5px_0px">Demo</h2>
262
- <a
263
- class="margin-left:10px display:none"
264
- href="#unique-demo"
265
- ><i
266
- class="height:20px fill:#505050"
267
- src="/assets/svg/link.svg"></i
268
- ></a>
269
- </span>
270
- </div>
271
- <div
272
- class="position:sticky top:0 padding:15px_0px height:100vh">
273
- <!-- SandBox -->
274
- <div
275
- class="display:flex flex-direction:column position:relative overflow:hidden card border-radius:2px width:auto height:600px margin-top:20px"
276
- id="playground">
277
- <div
278
- id="demo-code"
279
- resizable
280
- class="position:relative height:50%">
281
- <textarea
282
- type="code"
283
- lang="html"
284
- collection="demos"
285
- document_id=""
286
- name="demo"
287
- save="false"
288
- id="demo"
289
- input-target=".demopreview"
290
- input-attribute="value"
291
- input-events="input, onload"
292
- class="height:100% width:100% outline:none border:none resize:none padding:5px"></textarea>
293
- <div
294
- resize="bottom"
295
- class="background:lightgrey"></div>
296
- </div>
297
-
298
- <div
299
- id="demo-preview"
300
- class="position:relative overflow:auto background-color:white">
301
- <div class="demopreview padding:20px"></div>
302
- </div>
303
-
304
- <div
305
- class="font-size:20px position:absolute top:10px right:10px opacity:0.6">
306
- <a
307
- class="margin-right:10px"
308
- id="eye"
309
- show="#eye-slash"
310
- hide="#eye, #demo-preview"
311
- toggle="code-height"
312
- toggle-target="#demo-code"
313
- ><i
314
- class="height:18px fill:#505050"
315
- src="/assets/svg/eye.svg"></i
316
- ></a>
317
- <a
318
- class="margin-right:10px"
319
- hidden
320
- id="eye-slash"
321
- show="#eye, #demo-preview"
322
- hide="#eye-slash"
323
- toggle="code-height"
324
- toggle-target="#demo-code"
325
- ><i
326
- class="height:20px fill:#505050"
327
- src="/assets/svg/eye-slash.svg"></i
328
- ></a>
329
- <a
330
- class="margin-right:10px"
331
- id="code"
332
- show="#code-slash"
333
- hide="#code, #demo-code"
334
- ><i
335
- class="height:20px fill:#505050"
336
- src="/assets/svg/code.svg"></i
337
- ></a>
338
- <a
339
- class="margin-right:10px"
340
- hidden
341
- id="code-slash"
342
- show="#code, #demo-code"
343
- hide="#code-slash"
344
- ><i
345
- class="display:flex height:18px fill:#505050"
346
- src="/assets/svg/code.svg"></i
347
- ></a>
348
- <a
349
- class="margin-right:5px"
350
- fullscreen
351
- fullscreen-target="#playground"></a>
352
- </div>
353
- </div>
354
- <!-- End SandBox -->
355
- </div>
356
- </div>
357
- </div>
358
- <button
359
- href="https://github.com/CoCreate-app/CoCreate-unique/tree/master/docs/index.html?message=docs%3A%20describe%20your%20change..."
360
- target="_blank"
361
- class="position:fixed bottom:15px right:15px padding:15px background:dodgerblue color:#fff font-size:1.5rem grow-hover border-radius:50% border-width:0 box-shadow:0px_2px_10px_0px_rgba(0,_0,_0,_0.4)">
362
- <i
363
- class="height:20px fill:#505050"
364
- src="/assets/svg/pencil-alt.svg"></i>
365
- </button>
366
- </main>
367
-
368
- <script src="./apikey.js"></script>
369
- <script src="https://cdn.cocreate.app/latest/CoCreate.min.js"></script>
370
- </body>
371
- </html>
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8" />
5
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />
6
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
7
+ <title>CoCreate-unique Documentation | CoCreateJS</title>
8
+ <link
9
+ rel="icon"
10
+ type="image/png"
11
+ sizes="32x32"
12
+ href="https://cocreate.app/images/favicon.ico" />
13
+ <meta
14
+ name="description"
15
+ content="A simple HTML5 and pure javascript component. Easy configuration using HTML5 attributes or Javscript api and highly styleable." />
16
+ <meta
17
+ name="keywords"
18
+ content="helper classes, utility classes, css framework, css library, inline style classes" />
19
+ <meta name="robots" content="index,follow" />
20
+ <meta
21
+ property="og:image"
22
+ content="https://cdn.cocreate.app/docs/unique.png" />
23
+
24
+ <!-- CoCreate CSS -->
25
+ <link
26
+ rel="stylesheet"
27
+ href="https://cdn.cocreate.app/latest/CoCreate.min.css"
28
+ type="text/css" />
29
+ <link
30
+ rel="stylesheet"
31
+ href="/docs/index.css"
32
+ collection="files"
33
+ document_id="60888216117c640e7596303f"
34
+ name="src"
35
+ type="text/css"
36
+ save="true" />
37
+ <link rel="manifest" href="/manifest.webmanifest" />
38
+ </head>
39
+
40
+ <body>
41
+ <nav
42
+ class="nav display:flex align-items:center left:0px background:whitesmoke padding-top:10px padding-bottom:10px"
43
+ content_id="content"
44
+ scroll="sticky-nav,hide-nav"
45
+ scroll-up="10"
46
+ scroll-down="10"
47
+ collection="files"
48
+ document_id="60395ef42b3ac232657040fd"
49
+ name="src"></nav>
50
+ <sidenav
51
+ id="menuL"
52
+ class="position:fixed top:0px left:0px overflow:hidden background:whitesmoke height:100vh width:0px width:300px@xl"
53
+ resizable
54
+ resize-target="[content_id='content']"
55
+ resize-property="margin-left"
56
+ resize-value="width">
57
+ <menu
58
+ collection="files"
59
+ document_id="603717b07de7fb350ae9fec8"
60
+ name="src"></menu>
61
+ <div resize="right"></div>
62
+ </sidenav>
63
+ <main
64
+ class="padding-top:15px padding:15px@lg@xl"
65
+ content_id="content"
66
+ id="cocreate-unique">
67
+ <div
68
+ class="display:flex flex-wrap:wrap justify-content:space-between position:relative margin:10px">
69
+ <div class="display:flex align-items:center">
70
+ <h2>CoCreate-unique</h2>
71
+ </div>
72
+ <div
73
+ class="display:flex align-items:center font-size:20px position:absolute right:0 padding:5px background:white">
74
+ <div
75
+ class="display:flex align-items:center transition:0.3s padding-left:10px"
76
+ share-network="true"
77
+ share-text="Enter decription here"
78
+ share-title="testing im a title"
79
+ share-height="600"
80
+ share-width="700"
81
+ share-media="https://cdn.cocreate.app/docs/unique.png"
82
+ hover="display:block!important"
83
+ hover-target=".social-networks">
84
+ <div class="display:none social-networks">
85
+ <a
86
+ class="margin-right:15px"
87
+ share-network="twitter"
88
+ title="Share on twitter"
89
+ ><i
90
+ class="height:20px fill:#505050"
91
+ src="/assets/svg/twitter.svg"></i
92
+ ></a>
93
+ <a
94
+ class="margin-right:15px"
95
+ share-network="facebook"
96
+ title="Share on Facebook"
97
+ ><i
98
+ class="height:20px fill:#505050"
99
+ src="/assets/svg/facebook.svg"></i
100
+ ></a>
101
+ <a
102
+ class="margin-right:15px"
103
+ share-network="instagram"
104
+ title="Share on instagram"
105
+ ><i
106
+ class="height:20px fill:#505050"
107
+ src="/assets/svg/instagram.svg"></i
108
+ ></a>
109
+ </div>
110
+ <a
111
+ class="margin-right:15px"
112
+ share-network="share"
113
+ title="Share on share"
114
+ ><i
115
+ class="height:20px fill:#505050"
116
+ src="/assets/svg/share-alt.svg"></i
117
+ ></a>
118
+ </div>
119
+ <a
120
+ href="https://github.com/CoCreate-app/CoCreate-unique"
121
+ target="_blank"
122
+ class="margin-right:15px"
123
+ ><i
124
+ class="height:20px fill:#505050"
125
+ src="/assets/svg/github.svg"></i
126
+ ></a>
127
+ </div>
128
+ </div>
129
+ <h1
130
+ class="max-width:500px margin:20px_10px line-height:1.5 font-size:16px font-weight:100">
131
+ A headless vinilla javascript micro component. Easy
132
+ configuration using HTML5 attributes or Javscript api.
133
+ </h1>
134
+ <div id="unique-section" class="display:flex flex-wrap:wrap">
135
+ <div
136
+ class="flex-grow:1 width:400px width:300px@xs padding:0px_10px margin-top:60px">
137
+ <div
138
+ id="unique-install"
139
+ class="border-bottom:1px_solid_lightgrey"
140
+ scroll
141
+ scroll-intersect="color:dodgerblue"
142
+ scroll-target="#unique-install-section">
143
+ <span
144
+ class="display:flex align-items:center width:fit-content"
145
+ hover="display:block!important"
146
+ hover-target="[href='#unique-install']">
147
+ <h2 class="padding:5px_0px">Install</h2>
148
+ <a
149
+ class="margin-left:10px display:none"
150
+ href="#unique-install"
151
+ ><i
152
+ class="height:20px fill:#505050"
153
+ src="/assets/svg/link.svg"></i
154
+ ></a>
155
+ </span>
156
+ </div>
157
+ <pre><code class="language-bash">npm i @cocreate/unique</code></pre>
158
+ <p class="padding:10px_0px line-height:1.5">
159
+ Or you can use cdn link:
160
+ </p>
161
+ <pre><code class="language-html">&lt;script&gt;https://cdn.cocreate.app/unique/latest/CoCreate-unique.min.js&lt;/script&gt;</code></pre>
162
+
163
+ <div
164
+ id="unique-usage"
165
+ class="margin-top:80px border-bottom:1px_solid_lightgrey"
166
+ scroll
167
+ scroll-intersect="color:dodgerblue"
168
+ scroll-target="#unique-usage-section">
169
+ <span
170
+ class="display:flex align-items:center width:fit-content"
171
+ hover="display:block!important"
172
+ hover-target="[href='#unique-usage']">
173
+ <h2 class="padding:5px_0px">Usage</h2>
174
+ <a
175
+ class="margin-left:10px display:none"
176
+ href="#unique-usage"
177
+ ><i
178
+ class="height:20px fill:#505050"
179
+ src="/assets/svg/link.svg"></i
180
+ ></a>
181
+ </span>
182
+ </div>
183
+ <div class="">
184
+ <p class="padding:10px_0px line-height:1.5">
185
+ This is unique usage
186
+ </p>
187
+
188
+ <div class="flex-grow:1 min-width:300px width:100%">
189
+ <pre><code class="language-html">&lt;div&gt;&lt;/div&gt;</code></pre>
190
+ </div>
191
+ <p class="padding:10px_0px line-height:1.5">
192
+ This is unique usage
193
+ </p>
194
+ <p class="padding:10px_0px line-height:1.5">
195
+ This is unique usage
196
+ </p>
197
+ </div>
198
+ <div
199
+ id="unique-attributes"
200
+ class="margin-top:80px border-bottom:1px_solid_lightgrey"
201
+ scroll
202
+ scroll-intersect="color:dodgerblue"
203
+ scroll-target="#unique-attributes-section">
204
+ <span
205
+ class="display:flex align-items:center width:fit-content"
206
+ hover="display:block!important"
207
+ hover-target="[href='#unique-attributes']">
208
+ <h2 class="padding:5px_0px">Attributes</h2>
209
+ <a
210
+ class="margin-left:10px display:none"
211
+ href="#unique-attributes"
212
+ ><i
213
+ class="height:20px fill:#505050"
214
+ src="/assets/svg/link.svg"></i
215
+ ></a>
216
+ </span>
217
+ </div>
218
+ <ul class="list-style-type:none">
219
+ <li
220
+ class="padding:15px_0px border-bottom:1px_solid_lightgrey">
221
+ <h4>
222
+ <span>unique</span>
223
+ <span class="cocreate-badge success"
224
+ >string</span
225
+ >
226
+ <span class="cocreate-badge warning"
227
+ >optional</span
228
+ >
229
+ </h4>
230
+ <p>unique-attribute</p>
231
+ </li>
232
+ <li
233
+ class="padding:15px_0px border-bottom:1px_solid_lightgrey">
234
+ <h4>
235
+ <span>unique</span>
236
+ <span class="cocreate-badge success"
237
+ >string</span
238
+ >
239
+ <span class="cocreate-badge warning"
240
+ >optional</span
241
+ >
242
+ </h4>
243
+ <p>unique-attribute</p>
244
+ </li>
245
+ </ul>
246
+ </div>
247
+
248
+ <div
249
+ class="flex-grow:1 width:300px padding:0px_10px margin-top:60px border-bottom:1px_solid_lightgrey">
250
+ <!-- SandBox -->
251
+ <div
252
+ id="unique-demo"
253
+ class="border-bottom:1px_solid_lightgrey"
254
+ scroll
255
+ scroll-intersect="color:dodgerblue"
256
+ scroll-target="#unique-demo-section">
257
+ <span
258
+ class="display:flex align-items:center width:fit-content"
259
+ hover="display:block!important"
260
+ hover-target="[href='#unique-demo']">
261
+ <h2 class="padding:5px_0px">Demo</h2>
262
+ <a
263
+ class="margin-left:10px display:none"
264
+ href="#unique-demo"
265
+ ><i
266
+ class="height:20px fill:#505050"
267
+ src="/assets/svg/link.svg"></i
268
+ ></a>
269
+ </span>
270
+ </div>
271
+ <div
272
+ class="position:sticky top:0 padding:15px_0px height:100vh">
273
+ <!-- SandBox -->
274
+ <div
275
+ class="display:flex flex-direction:column position:relative overflow:hidden card border-radius:2px width:auto height:600px margin-top:20px"
276
+ id="playground">
277
+ <div
278
+ id="demo-code"
279
+ resizable
280
+ class="position:relative height:50%">
281
+ <textarea
282
+ type="code"
283
+ lang="html"
284
+ collection="demos"
285
+ document_id=""
286
+ name="demo"
287
+ save="false"
288
+ id="demo"
289
+ input-target=".demopreview"
290
+ input-attribute="value"
291
+ input-events="input, onload"
292
+ class="height:100% width:100% outline:none border:none resize:none padding:5px"></textarea>
293
+ <div
294
+ resize="bottom"
295
+ class="background:lightgrey"></div>
296
+ </div>
297
+
298
+ <div
299
+ id="demo-preview"
300
+ class="position:relative overflow:auto background-color:white">
301
+ <div class="demopreview padding:20px"></div>
302
+ </div>
303
+
304
+ <div
305
+ class="font-size:20px position:absolute top:10px right:10px opacity:0.6">
306
+ <a
307
+ class="margin-right:10px"
308
+ id="eye"
309
+ show="#eye-slash"
310
+ hide="#eye, #demo-preview"
311
+ toggle="code-height"
312
+ toggle-target="#demo-code"
313
+ ><i
314
+ class="height:18px fill:#505050"
315
+ src="/assets/svg/eye.svg"></i
316
+ ></a>
317
+ <a
318
+ class="margin-right:10px"
319
+ hidden
320
+ id="eye-slash"
321
+ show="#eye, #demo-preview"
322
+ hide="#eye-slash"
323
+ toggle="code-height"
324
+ toggle-target="#demo-code"
325
+ ><i
326
+ class="height:20px fill:#505050"
327
+ src="/assets/svg/eye-slash.svg"></i
328
+ ></a>
329
+ <a
330
+ class="margin-right:10px"
331
+ id="code"
332
+ show="#code-slash"
333
+ hide="#code, #demo-code"
334
+ ><i
335
+ class="height:20px fill:#505050"
336
+ src="/assets/svg/code.svg"></i
337
+ ></a>
338
+ <a
339
+ class="margin-right:10px"
340
+ hidden
341
+ id="code-slash"
342
+ show="#code, #demo-code"
343
+ hide="#code-slash"
344
+ ><i
345
+ class="display:flex height:18px fill:#505050"
346
+ src="/assets/svg/code.svg"></i
347
+ ></a>
348
+ <a
349
+ class="margin-right:5px"
350
+ fullscreen
351
+ fullscreen-target="#playground"></a>
352
+ </div>
353
+ </div>
354
+ <!-- End SandBox -->
355
+ </div>
356
+ </div>
357
+ </div>
358
+ <button
359
+ href="https://github.com/CoCreate-app/CoCreate-unique/tree/master/docs/index.html?message=docs%3A%20describe%20your%20change..."
360
+ target="_blank"
361
+ class="position:fixed bottom:15px right:15px padding:15px background:dodgerblue color:#fff font-size:1.5rem grow-hover border-radius:50% border-width:0 box-shadow:0px_2px_10px_0px_rgba(0,_0,_0,_0.4)">
362
+ <i
363
+ class="height:20px fill:#505050"
364
+ src="/assets/svg/pencil-alt.svg"></i>
365
+ </button>
366
+ </main>
367
+
368
+ <script src="./apikey.js"></script>
369
+ <script src="https://cdn.cocreate.app/latest/CoCreate.min.js"></script>
370
+ </body>
371
+ </html>