dark-light-element
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

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>

Package Sidebar

Install

npm i dark-light-element

Weekly Downloads

8

Version

0.0.4

License

none

Unpacked Size

92.8 kB

Total Files

14

Last publish

Collaborators

  • allan2coder