Skip to content

Commit dc98ef7

Browse files
committed
feat: name attribute and variable renamed to key
1 parent 029f963 commit dc98ef7

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

@@ -26,7 +26,7 @@
2626
</head>
2727

2828
<body>
29-
<div array="" object="" name="" id="cocreate-server-side-render">
29+
<div array="" object="" key="" id="cocreate-server-side-render">
3030
<div
3131
class="display:flex flex-wrap:wrap justify-content:space-between margin:10px">
3232
<div class="display:flex align-items:center">
@@ -156,7 +156,7 @@ <h4>
156156
lang="html"
157157
array="demos"
158158
object=""
159-
name="demo"
159+
key="demo"
160160
save="false"
161161
id="demo"
162162
class="height:100% width:100% outline:none border:none resize:none padding:5px"></textarea>

0 commit comments

Comments
 (0)