0.0.18 • Published 3 years ago

webcomponent-crossword v0.0.18

Weekly downloads
-
License
Apache2
Repository
github
Last release
3 years ago

Webcomponent Crossword

This component was bootstrapped with Direflow.

This project is created using Direflow

<style>
:root {
  --text-color: #3c3744ff;
  --text-background: #798dac;
  --text-background-hover: #e0e0e0;
  --background-color: #fbfff1ff;
}
</style>
<webcomponent-crossword
    characters="Ñ,¿,?,¡,!"
    href="/spanish-hungarian.json"
></webcomponent-crossword>

Properties

{
  componentTitle: 'Crossword',
  characters: "",
  href: "./dictionary.json",
  autoSave: true,
  crosswordId: "crossword",
  preferDirection: LAYOUT.HORIZONTAL,
  border: false,
  keepExpressionsWithSpace: false,
  keepDuplicated: false,
  wordNumber: 10,
}

See CHANGELOG for the versions.

The code is available on npm.

0.0.16

3 years ago

0.0.17

3 years ago

0.0.18

3 years ago

0.0.14

3 years ago

0.0.15

3 years ago

0.0.11

4 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago