Napkin.Cli.Web.Extra
ol :: Mod -> View c () -> View c () #
dl :: Mod -> View c () -> View c () #
dt :: Mod -> View c () -> View c () #
dd :: Mod -> View c () -> View c () #
li :: Mod -> View c () -> View c () #
ul :: Mod -> View c () -> View c () #
h1 :: Mod -> View c () -> View c () #
h2 :: Mod -> View c () -> View c () #
cls_ :: ClassName -> Mod #
preCode :: View c () -> View c () #
type JSSource = Text #
inlineScript :: JSSource -> View c () #
title :: Text -> Mod #
par :: View c () -> View c () #
par' :: Mod -> View c () -> View c () #
img :: Text -> Mod -> View c () #
prop_ :: Name -> Text -> Class -> Class #
routeOrLink :: Route w => Either Text w -> Mod -> View c () -> View c () #
handle' :: forall id ctx (es :: [Effect]). (Hyperbole :> es, HyperView id) => (id -> Action id -> Eff es (View id ())) -> id -> Eff es (Action id) -> Page es (View ctx ()) #