Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- hxBoost_ :: Text -> Attribute
- hxConfirm_ :: Text -> Attribute
- hxEncoding_ :: Text -> Attribute
- hxExt_ :: Text -> Attribute
- hxDelete_ :: Text -> Attribute
- hxDisable_ :: Attribute
- hxGet_ :: Text -> Attribute
- hxHeaders_ :: Text -> Attribute
- hxHistoryElt_ :: Attribute
- hxInclude_ :: Text -> Attribute
- hxIndicator_ :: Text -> Attribute
- hxParams_ :: Text -> Attribute
- hxPatch_ :: Text -> Attribute
- hxPost_ :: Text -> Attribute
- hxPreserve_ :: Text -> Attribute
- hxPrompt_ :: Text -> Attribute
- hxPushUrl_ :: Text -> Attribute
- hxPut_ :: Text -> Attribute
- hxRequest_ :: Text -> Attribute
- hxSelect_ :: Text -> Attribute
- hxSse_ :: Text -> Attribute
- hxSwapOob_ :: Text -> Attribute
- hxSwap_ :: Text -> Attribute
- hxTarget_ :: Text -> Attribute
- hxTrigger_ :: Text -> Attribute
- hxVals_ :: Text -> Attribute
- hxWs_ :: Text -> Attribute
- useHtmx :: Monad m => HtmlT m ()
- useHtmxExtension :: Monad m => Text -> HtmlT m ()
- useHtmxVersion :: Monad m => (Int, Int, Int) -> HtmlT m ()
- useHtmxVersionExtension :: Monad m => (Int, Int, Int) -> Text -> HtmlT m ()
Documentation
useHtmx :: Monad m => HtmlT m () Source #
Place in your head_
tag to use htmx attributes in your lucid template
useHtmxExtension :: Monad m => Text -> HtmlT m () Source #
Place in your template after useHtmx
, but before where the extension is used via hxExt_