1.1.2 • Published 1 year ago

pixel-yoshi-egg v1.1.2

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

License Demo

How to use

<!DOCTYPE html>
<html lang="es">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Yoshi Egg</title>
    
    <!--- Import --->
    <script type="module" src="https://unpkg.com/pixel-yoshi-egg"></script>
  </head>

  <body>
    <!--- Use the webcomponent --->
    <yoshi-egg color="red" scale="10" metric="px"></yoshi-egg>
  </body>

</html>

Properties

NameTypeDescriptionDefault
colorstringEgg color."green"
scalenumberScale to change the size of the egg.0.7
metricstringUnit CSS (px, rem, ...)."rem"
1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago