module Lucid.Htmx where
import Lucid.Base
import Data.Text (Text)
hxBoost_ :: Text -> Attributes
hxBoost_ :: Text -> Attributes
hxBoost_ = Text -> Text -> Attributes
makeAttributes Text
"data-hx-boost"
hxConfirm_ :: Text -> Attributes
hxConfirm_ :: Text -> Attributes
hxConfirm_ = Text -> Text -> Attributes
makeAttributes Text
"data-hx-confirm"
hxDelete_ :: Text -> Attributes
hxDelete_ :: Text -> Attributes
hxDelete_ = Text -> Text -> Attributes
makeAttributes Text
"data-hx-delete"
hxDisable_ :: Attributes
hxDisable_ :: Attributes
hxDisable_ = Text -> Text -> Attributes
makeAttributes Text
"data-hx-disable" forall a. Monoid a => a
mempty
hxEncoding_ :: Text -> Attributes
hxEncoding_ :: Text -> Attributes
hxEncoding_ = Text -> Text -> Attributes
makeAttributes Text
"data-hx-encoding"
hxExt_ :: Text -> Attributes
hxExt_ :: Text -> Attributes
hxExt_ = Text -> Text -> Attributes
makeAttributes Text
"data-hx-ext"
hxGet_ :: Text -> Attributes
hxGet_ :: Text -> Attributes
hxGet_ = Text -> Text -> Attributes
makeAttributes Text
"data-hx-get"
hxHeaders_ :: Text -> Attributes
= Text -> Text -> Attributes
makeAttributes Text
"data-hx-headers"
hxHistoryElt_ :: Attributes
hxHistoryElt_ :: Attributes
hxHistoryElt_ = Text -> Text -> Attributes
makeAttributes Text
"data-hx-history-elt" forall a. Monoid a => a
mempty
hxInclude_ :: Text -> Attributes
hxInclude_ :: Text -> Attributes
hxInclude_ = Text -> Text -> Attributes
makeAttributes Text
"data-hx-include"
hxIndicator_ :: Text -> Attributes
hxIndicator_ :: Text -> Attributes
hxIndicator_ = Text -> Text -> Attributes
makeAttributes Text
"data-hx-indicator"
hxParams_ :: Text -> Attributes
hxParams_ :: Text -> Attributes
hxParams_ = Text -> Text -> Attributes
makeAttributes Text
"data-hx-params"
hxPatch_ :: Text -> Attributes
hxPatch_ :: Text -> Attributes
hxPatch_ = Text -> Text -> Attributes
makeAttributes Text
"data-hx-patch"
hxPost_ :: Text -> Attributes
hxPost_ :: Text -> Attributes
hxPost_ = Text -> Text -> Attributes
makeAttributes Text
"data-hx-post"
hxPreserve_ :: Text -> Attributes
hxPreserve_ :: Text -> Attributes
hxPreserve_ = Text -> Text -> Attributes
makeAttributes Text
"data-hx-preserve"
hxPrompt_ :: Text -> Attributes
hxPrompt_ :: Text -> Attributes
hxPrompt_ = Text -> Text -> Attributes
makeAttributes Text
"data-hx-prompt"
hxPushUrl_ :: Text -> Attributes
hxPushUrl_ :: Text -> Attributes
hxPushUrl_ = Text -> Text -> Attributes
makeAttributes Text
"data-hx-push-url"
hxPut_ :: Text -> Attributes
hxPut_ :: Text -> Attributes
hxPut_ = Text -> Text -> Attributes
makeAttributes Text
"data-hx-put"
hxRequest_ :: Text -> Attributes
hxRequest_ :: Text -> Attributes
hxRequest_ = Text -> Text -> Attributes
makeAttributes Text
"data-hx-request"
hxSelect_ :: Text -> Attributes
hxSelect_ :: Text -> Attributes
hxSelect_ = Text -> Text -> Attributes
makeAttributes Text
"data-hx-select"
hxSse_ :: Text -> Attributes
hxSse_ :: Text -> Attributes
hxSse_ = Text -> Text -> Attributes
makeAttributes Text
"data-hx-sse"
hxSwapOob_ :: Text -> Attributes
hxSwapOob_ :: Text -> Attributes
hxSwapOob_ = Text -> Text -> Attributes
makeAttributes Text
"data-hx-swap-oob"
hxSwap_ :: Text -> Attributes
hxSwap_ :: Text -> Attributes
hxSwap_ = Text -> Text -> Attributes
makeAttributes Text
"data-hx-swap"
hxTarget_ :: Text -> Attributes
hxTarget_ :: Text -> Attributes
hxTarget_ = Text -> Text -> Attributes
makeAttributes Text
"data-hx-target"
hxTrigger_ :: Text -> Attributes
hxTrigger_ :: Text -> Attributes
hxTrigger_ = Text -> Text -> Attributes
makeAttributes Text
"data-hx-trigger"
hxVals_ :: Text -> Attributes
hxVals_ :: Text -> Attributes
hxVals_ = Text -> Text -> Attributes
makeAttributes Text
"data-hx-vals"
hxWs_ :: Text -> Attributes
hxWs_ :: Text -> Attributes
hxWs_ = Text -> Text -> Attributes
makeAttributes Text
"data-hx-ws"