0.0.4 • Published 11 months ago

dark-light-element v0.0.4

Weekly downloads
-
License
-
Repository
github
Last release
11 months ago

Live demo

https://unpkg.com/dark-light-element@latest/demo.html

Installation

Use npm:

npm install --save dark-light-element

Use CDN:

<script type="module" src="https://unpkg.com/dark-light-element"></script>

Usage

<!DOCTYPE html>
<html lang="en">
  <head>
    <title>🌒 toggles dark mode</title>
    <meta charset="utf-8" />
    <script type="module" src="https://unpkg.com/dark-light-element"></script>
  </head>
  <body>
    <dark-light-element></dark-light-element>
  </body>
</html>
0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

12 months ago