1.0.4 • Published 2 years ago

lit-wordle v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Lit Wordle

Wordle clone built with Lit and web components.

Usage

npm i lit-wordle

Import the side effect registration of <lit-wordle> via:

<script>
import 'lit-wordle/define.js';
</script>

<lit-wordle></lit-wordle>

Import the base class:

import { LitWordle } from 'lit-wordle';

CSS Custom Properties

--guess-btn-bg-color

--correct-bg-color

--incorrect-bg-color

--misplaced-bg-color

--cell-font-size

--cell-border-color

--guess-field-font-size

--font-color

--font-family

CSS Shadow Parts

field

field-input

field-button

grid

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.0

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago