https://github.com/polydile/dile-countdown-time
Web component that shows a countdown to a date based on LitElement
https://github.com/polydile/dile-countdown-time
Last synced: about 2 months ago
JSON representation
Web component that shows a countdown to a date based on LitElement
- Host: GitHub
- URL: https://github.com/polydile/dile-countdown-time
- Owner: Polydile
- License: mit
- Created: 2019-07-20T09:52:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T05:12:16.000Z (over 3 years ago)
- Last Synced: 2025-01-25T18:43:26.519Z (over 1 year ago)
- Language: JavaScript
- Size: 2.1 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dile-countdown-time
Web component that shows a countdown to a date based on LitElement
Go to [DEMOS page](https://dile-countdown-time.polydile.com)!
```
```
## 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 property | Description | Default
----------------|-------------|---------
--dile-countdown-time-shape-color | shape color | #212121
--dile-countdown-time-number-color | number color | #f5f5f5
--dile-countdown-time-word-color | word color | #212121