lucid-htmx-0.1.0.0: Use htmx in your lucid templates

Safe HaskellNone
LanguageHaskell2010

Lucid.HTMX.Servant

Documentation

toUrl :: ToHttpApiData a => a -> Text Source #

hxGetSafe_ :: Link -> Attribute Source #

hxPostSafe_ :: Link -> Attribute Source #

hxPutSafe_ :: Link -> Attribute Source #

hxPatchSafe_ :: Link -> Attribute Source #

hxDeleteSafe_ :: Link -> Attribute Source #

hxPushUrlSafe_ :: Either Bool Link -> Attribute Source #