htmx-0.0.0.1: Use htmx with various haskell libraries
Safe HaskellSafe-Inferred
LanguageHaskell2010

Htmx.Lucid.Extension.IncludeVals

Description

This module defines an attribute that allows you to include additional values in a request https://github.com/bigskysoftware/htmx-extensions/blob/main/src/include-vals/README.md

Synopsis

Documentation

includeVals_ :: Text -> Attribute Source #

https://github.com/bigskysoftware/htmx-extensions/blob/main/src/include-vals/README.md The value of this attribute is one or more name/value pairs, which will be evaluated as the fields in a javascript object literal. i.e. "included:true, computed: computeValue()"