Files
vapor-po/Sources/App/Views/Utils/AttributeExtensions.swift

12 lines
263 B
Swift

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')"
)
}
}