0.0.2 • Published 25 days ago

@chrisburnell/cssnakedday-countdown v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
25 days ago

cssnakedday-countdown

A Web Component to display an img as a paper stamp

Demo | Further reading

Examples

General usage example:

<script type="module" src="cssnakedday-countdown.js"></script>

<cssnakedday-countdown></cssnakedday-countdown>

Features

A Web Component to display a countdown to CSS Naked Day.

Installation

You have a few options (choose one of these):

  1. Install via npm: npm install @chrisburnell/cssnakedday-countdown
  2. Download the source manually from GitHub into your project.
  3. Skip this step and use the script directly via a 3rd party CDN (not recommended for production use)

Usage

Make sure you include the <script> in your project (choose one of these):

<!-- Host yourself -->
<script type="module" src="cssnakedday-countdown.js"></script>
<!-- 3rd party CDN, not recommended for production use -->
<script
  type="module"
  src="https://www.unpkg.com/@chrisburnell/cssnakedday-countdown/cssnakedday-countdown.js"
></script>
<!-- 3rd party CDN, not recommended for production use -->
<script
  type="module"
  src="https://esm.sh/@chrisburnell/cssnakedday-countdown"
></script>

Credit

With thanks to the following people:

0.0.2

25 days ago

0.0.1

26 days ago