bulmex-4.0.0: Reflex infused with bulma (css)

Safe HaskellNone
LanguageHaskell2010

Reflex.Bulmex.Input.Polymorphic

Description

This is just a copy of the upstream code except polymorphic: Get rid of m ~ Ghcjsdomspace to allow these widgets to be prerendered

Documentation

data TextArea t Source #

Instances
HasValue (TextArea t) Source # 
Instance details

Defined in Reflex.Bulmex.Input.Polymorphic

Associated Types

type Value (TextArea t) :: Type #

Methods

value :: TextArea t -> Value (TextArea t) #

type Value (TextArea t) Source # 
Instance details

Defined in Reflex.Bulmex.Input.Polymorphic

type Value (TextArea t) = Dynamic t Text