Skip to content

Commit

Permalink
feat: name attribute and variable renamed to key
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Aug 4, 2023
1 parent 3f54fca commit 29beb81
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
sizes="32x32"
href="https://cocreate.app/images/favicon.ico" />
<meta
name="description"
key="description"
content="A simple HTML5 and pure javascript component. Easy configuration using HTML5 attributes or Javscript api and highly styleable." />
<meta
name="keywords"
key="keywords"
content="helper classes, utility classes, css framework, css library, inline style classes" />
<meta name="robots" content="index,follow" />
<meta
Expand All @@ -31,7 +31,7 @@
href="/docs/index.css"
array="files"
object="60888216117c640e7596303f"
name="src"
key="src"
type="text/css"
save="true" />
<link rel="manifest" href="/manifest.webmanifest" />
Expand All @@ -46,7 +46,7 @@
scroll-down="10"
array="files"
object="60395ef42b3ac232657040fd"
name="src"></nav>
key="src"></nav>
<sidenav
id="menuL"
class="position:fixed top:0px left:0px overflow:hidden background:whitesmoke height:100vh width:0px width:300px@xl"
Expand All @@ -57,7 +57,7 @@
<menu
array="files"
object="603717b07de7fb350ae9fec8"
name="src"></menu>
key="src"></menu>
<div resize="right"></div>
</sidenav>
<main
Expand Down Expand Up @@ -274,7 +274,7 @@ <h2 class="padding:5px_0px">Demo</h2>
lang="html"
array="demos"
object=""
name="demo"
key="demo"
save="false"
id="demo"
input-selector=".demopreview"
Expand Down

0 comments on commit 29beb81

Please sign in to comment.