0.0.18 • Published 2 years ago

webcomponent-crossword v0.0.18

Weekly downloads
-
License
Apache2
Repository
github
Last release
2 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

2 years ago

0.0.17

2 years ago

0.0.18

2 years ago

0.0.14

2 years ago

0.0.15

2 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago