Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
alfalabs authored Jun 7, 2018
1 parent ef2159e commit 72560a5
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/owner/my-element)

# alfa-clock

Polymer web component to display a clock.

<img src="clock.png">

## use example
## use example:

```html
<link rel="import" href="alfa-clock/alfa-clock.html">
Expand Down Expand Up @@ -53,5 +54,18 @@ Examples of colors:
--face-filter: invert(.5) sepia(1) saturate(5) hue-rotate(60deg); /* green */
--face-filter: invert(.5) sepia(5) saturate(25) hue-rotate(-45deg); /* red */
```
## Requirements
Modern Browser supporting CSS3, tested with Polymer 2 and Chrome

## Demo

<!--
```
<custom-element-demo>
<template>
<link rel="import" href="alfa-clock.html">
</template>
</custom-element-demo>
```
-->
```html
<alfa-clock></alfa-clock>
```

0 comments on commit 72560a5

Please sign in to comment.