import Elementary extension HTMLAttribute where Tag: HTMLTrait.Attributes.Global { static var customToggleFloatAfterRequest: Self { .custom( name: "hx-on::after-request", value: "if(event.detail.successful) toggleContent('float')" ) } }