| Safe Haskell | Safe-Inferred | 
|---|---|
| Language | Haskell2010 | 
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
- includeVals_ :: Text -> Attributes
 
Documentation
includeVals_ :: Text -> Attributes 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()"