Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Web.Hyperbole.View.CSS
Documentation
whenLoading :: Styleable h => (CSS h -> CSS h) -> CSS h -> CSS h Source #
Apply CSS only when a request is in flight. See Example.Page.Contact
contactEditView :: User ->View
Contact () contactEditView u = doel
contactLoading ~ display None . whenLoading flexColel
(contactEditView
Save u) ~ whenLoading (display None)