webcomponent-crossword

0.0.18 • Public • Published

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.

Package Sidebar

Install

npm i webcomponent-crossword

Weekly Downloads

3

Version

0.0.18

License

Apache2

Unpacked Size

324 kB

Total Files

5

Last publish

Collaborators

  • budavariam