From c78f59bbc1591345cec0a9a6a5694de7e4c3db4f Mon Sep 17 00:00:00 2001 From: Rob Nice Date: Tue, 11 Oct 2022 04:22:24 -0400 Subject: [PATCH] Add Elm Tailwind CSS community template (#1939) * add link/description * rename project --- website/docs/community/templates.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/community/templates.mdx b/website/docs/community/templates.mdx index 6bc78f647..500f75ebd 100644 --- a/website/docs/community/templates.mdx +++ b/website/docs/community/templates.mdx @@ -48,6 +48,7 @@ If you are unsure about a template, inspect `package.json` and `wails.json` for ## Elm - [wails-elm-template](https://github.com/benjamin-thomas/wails-elm-template) - Develop your GUI app with functional programming and a **snappy** hot-reload setup :tada: :rocket: +- [wails-template-elm-tailwind](https://github.com/rnice01/wails-template-elm-tailwind) - Combine the powers :muscle: of Elm + Tailwind CSS + Wails! Hot reloading supported. ## Pure JavaScript (Vanilla)