Skip to content

Commit b987c1b

Browse files
authored
Add new HTMX template (#4394)
* Add new HTMX template * Update changelog.mdx added new community template wails-htmx-tailwind-daisyui-template * Update changelog.mdx * Add new HTMX template
1 parent 1ec3708 commit b987c1b

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

website/docs/community/templates.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ If you are unsure about a template, inspect `package.json` and `wails.json` for
6767

6868
## HTMX
6969

70+
- [wails-htmx-tailwind-daisyui-template](https://github.com/ltcovalt/wails-htmx-tailwind-daisyui-template) - HTMX template using Tailwind CSS + daisyUI for styling and the Go standard library for routing and HTML templating
7071
- [wails-htmx-templ-chi-tailwind](https://github.com/PylotLight/wails-hmtx-templ-template) - Use a unique combination of pure htmx for interactivity plus templ for creating components and forms
7172

7273
## Pure JavaScript (Vanilla)

website/src/pages/changelog.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3535
- Added "Branding" section to `wails doctor` to correctly identify Windows 11 [#3891](https://github.com/wailsapp/wails/pull/3891) by [@ronen25](https://github.com/ronen25)
3636
- Added `-skipembedcreate` flag to build and dev command to improve compile and recompile speed [#4143](https://github.com/wailsapp/wails/pull/4143) by @josStorer
3737
- Added `DisablePanicRecovery` option to allow handle panics manually [#4136](https://github.com/wailsapp/wails/pull/4136) by [@APshenkin](https://github.com/APshenkin)
38+
- Added community template wails-htmx-tailwind-daisyui-template. Added by [@ltcovalt](https://github.com/ltcovalt) in [PR](https://github.com/wailsapp/wails/pull/4394)
3839

3940
### Fixed
4041
- Fixed build fails when cross compiling on Linux for Windows [#4262](https://github.com/wailsapp/wails/issues/4262) by [@rynsf](https://github.com/rynsf)

0 commit comments

Comments
 (0)