dashi-0.1.0.0: Tasty Haskell design system
Safe HaskellNone
LanguageGHC2021

Dashi.Components.Util

Documentation

_Property :: forall action p f. (Choice p, Applicative f) => p (MisoString, Value) (f (MisoString, Value)) -> p (Attribute action) (f (Attribute action)) Source #

_ClassList :: forall action p f. (Choice p, Applicative f) => p [MisoString] (f [MisoString]) -> p (Attribute action) (f (Attribute action)) Source #

_On :: forall action1 action2 p f. (Choice p, Applicative f) => p (Sink action1 -> VTree -> LogLevel -> Events -> IO ()) (f (Sink action2 -> VTree -> LogLevel -> Events -> IO ())) -> p (Attribute action1) (f (Attribute action2)) Source #

_Styles :: forall action p f. (Choice p, Applicative f) => p (Map MisoString MisoString) (f (Map MisoString MisoString)) -> p (Attribute action) (f (Attribute action)) Source #

props :: [Attribute action] -> [(MisoString, Value)] Source #