htmx 4.0 is under construction — migration guide

htmx.config.includeIndicatorCSS

Include default indicator CSS

The htmx.config.includeIndicatorCSS option, when set to true, causes htmx to include default CSS for the indicator class.

Default: true

Example

htmx.config.includeIndicatorCSS = false;
<meta name="htmx-config" content='{"includeIndicatorCSS":false}'>

Set to false if you want to provide your own indicator styles.