1.0.2 • Published 5 years ago

dile-countdown-time v1.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

dile-countdown-time

Web component that shows a countdown to a date based on LitElement

Go to DEMOS page!

<dile-countdown-time dateString="31-12-2020 10:00" language="es"></dile-countdown-time>

dateString

The dateString property works with the date in "DD-MM-YYYY HH:mm" format

Languages available

The language property accepts the languages listed bellow:

  • en (default)
  • es

Shapes available

The shape property accepts the shapes listed bellow:

  • square (default)
  • circle

Styling

The following custom properties and mixins are available for styling:

Custom propertyDescriptionDefault
--dile-countdown-time-shape-colorshape color#212121
--dile-countdown-time-number-colornumber color#f5f5f5
--dile-countdown-time-word-colorword color#212121