Dot Matrix Clock
Dot Matrix Clock is a component to show current user time.
| Example | Code |
|---|---|
<as-dot-matrix-clock></as-dot-matrix-clock> |
|
<as-dot-matrix-clock size="--as-size-xxl" digit-color="--as-color-accent-strong" digit-bg="--as-color-status-warning-strong"></as-dot-matrix-clock> |
|
<as-dot-matrix-clock size="40px" digit-bg="--as-color-background-nav-weak" digit-color="--as-color-status-warning-strong"></as-dot-matrix-clock> |
| Property name | Description | Type |
|---|---|---|
| size | Optional: value used to calculate dot & gap size. Dot size is 20% and gap size is 25% of the value. | string |
| digit-bg | Optional: digit dot background | string |
| digit-color | Optional: digit character color | string |