webcomponent-word-matcher
v0.0.9
Published
Word matcher game inspired by Duolingo's Match Madness
Downloads
10
Maintainers
Readme
Webcomponent Word Matcher
Word matcher game inspired by Duolingo's Match Madness
Usage Example
<script type="module" src="//unpkg.com/[email protected]/webcomponent-word-matcher.bundled.js"></script>
<style>
:root {
--border-color: red;
--text-color: #3c3744ff;
--text-background: #798dac;
--text-background-hover: #e0e0e0;
--background-color: #fbfff1ff;
}
</style>
<webcomponent-word-matcher
wordCount="6"
href="dictionary.json"
showScore
connectionMode="medium"
>
</webcomponent-word-matcher>