diff --git a/website/docs/community/templates.mdx b/website/docs/community/templates.mdx index a5182a66..44689684 100644 --- a/website/docs/community/templates.mdx +++ b/website/docs/community/templates.mdx @@ -67,3 +67,8 @@ If you are unsure about a template, inspect `package.json` and `wails.json` for ## Pure JavaScript (Vanilla) - [wails-pure-js-template](https://github.com/KiddoV/wails-pure-js-template) - A template with nothing but just basic JavaScript, HTML, and CSS + + +## Lit (web components) + +- [wails-lit-shoelace-esbuild-template](https://github.com/Braincompiler/wails-lit-shoelace-esbuild-template) - Wails template providing frontend with lit, Shoelace component library + pre-configured prettier and typescript.