webcomponent-crossword
v0.0.18
Published
Language crossword
Downloads
3
Maintainers
Readme
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.