Add v2.0.0-alpha1 support

This commit is contained in:
2024-01-30 22:46:34 -05:00
parent 71286b9064
commit 16355e8f58
6 changed files with 18 additions and 13 deletions
+4 -2
View File
@@ -2,11 +2,13 @@
This package enables [htmx](https://htmx.org) support within the [Giraffe](https://giraffe.wiki) view engine.
**htmx version: 1.9.10**
**htmx version: 2.0.0-alpha1**
_Note that this is an ALPHA release of htmx 2.0; see [the migration guide](https://v2-0v2-0.htmx.org/migration-guide-htmx-1/) for changes_
### Setup
1. Install the package.
1. Install the package (must use `--Prelease` flag).
2. Prior to using the attribute or support modules, `open Giraffe.ViewEngine.Htmx`.
### Use