Module
Turbine.HTML.Properties
- Package
- purescript-turbine
- Repository
- funkia/purescript-turbine
#Properties Source
type Properties = Array Property#class_ Source
class_ :: forall a. PropertyValue a => a -> Property#PropertyValue Source
class PropertyValue a whereType class to implement overloads for property values.
Members
Instances
PropertyValue StringPropertyValue NumberA number can be used as a property value.
PropertyValue (Behavior String)A behavior of a string can be used as a property value.
PropertyValue (Behavior Number)A behavior of a number can be used as a property value.
A string can be used as a property value.