Skip to content

Commit 46a524f

Browse files
committed
feat: name attribute and variable renamed to key
1 parent 2e8ad11 commit 46a524f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
sizes="32x32"
1212
href="https://cocreate.app/images/favicon.ico" />
1313
<meta
14-
name="description"
14+
key="description"
1515
content="A simple HTML5 and pure javascript component. Easy configuration using data-attributes and highly styleable." />
1616
<meta
17-
name="keywords"
17+
key="keywords"
1818
content="helper classes, utility classes, css framework, css library, inline style classes" />
1919
<meta name="robots" content="index,follow" />
2020

@@ -28,7 +28,7 @@
2828
</head>
2929

3030
<body>
31-
<div array="" object="" name="" id="cocreate-lazy-loader">
31+
<div array="" object="" key="" id="cocreate-lazy-loader">
3232
<div
3333
class="display:flex flex-wrap:wrap justify-content:space-between margin:10px">
3434
<div class="display:flex align-items:center">
@@ -171,7 +171,7 @@ <h4>
171171
lang="html"
172172
array="demos"
173173
object=""
174-
name="demo"
174+
key="demo"
175175
save="false"
176176
id="demo"
177177
class="height:100% width:100% outline:none border:none resize:none padding:5px"></textarea>

0 commit comments

Comments
 (0)