0.0.18 • Published 9 months ago

webcomponent-crossword v0.0.18

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

9 months ago

0.0.17

9 months ago

0.0.18

9 months ago

0.0.14

1 year ago

0.0.15

1 year ago

0.0.11

1 year ago

0.0.12

1 year ago

0.0.13

1 year ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago