webcomponent-wordlist
v0.0.5
Published
Word lister for a language learning site
Downloads
8
Maintainers
Readme
Webcomponent word learner
Word lister for a language learning site
Usage example
<script type="module" src="//unpkg.com/[email protected]/webcomponent-word-learner.bundled.js" async="async"></script>
<style>
:root {
--color-gray-90: #333;
--background-color: #fff;
--text-color: var(--color-gray-90);
--text-background-hover: #e0e0e0;
}
</style>
<webcomponent-wordlist
href="dictionary.json"
threshold="50"
>
</webcomponent-wordlist>