Search results
style :: forall w i. Node HTMLstyle w i
style :: forall r i. String -> IProp (style :: String | r) i
Sets the style
attribute to the specified string.
... [ style "height: 50px;" ]
If you prefer to use typed CSS for this attribute, you can use the purescript-halogen-css library: https://github.com/purescript-halogen/purescript-halogen-css
style :: Array Props -> Array ReactElement -> ReactElement
style :: Array Props -> Array ReactElement -> ReactElement
style :: forall style. Record style -> Props
style :: forall e. Markup e -> Markup e
style :: String -> Attribute
style :: forall e. Markup e -> Markup e
style :: String -> Attribute
style :: forall attrs attrs_. Union attrs attrs_ Props_style => Record attrs -> JSX
style :: forall attrs attrs_. Union attrs attrs_ (SharedSVGProps Props_style) => Record attrs -> JSX
style :: forall attrsNoChildren attrsWithDuplicate attrs attrs_ jsx. Union attrs attrs_ Props_style => ToJSX jsx => Union (children :: Array JSX) attrsNoChildren attrsWithDuplicate => Nub (children :: Array JSX | attrsNoChildren) attrs => Record attrsNoChildren -> jsx -> JSX
style :: forall state. String -> VNode state -> VNode state
style :: forall a. String -> Prop a
Specifies an inline CSS style for an element
style :: ElemName
Defines style information for a document
style :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a
Defines style information for a document
style :: forall html a. Html html => Array (Prop a) -> Array (Key /\ (html a)) -> html a
Defines style information for a document
style :: ElemName
The style element contains style information for a document or part of a document.
style :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a
The style element contains style information for a document or part of a document.
style :: forall html a. Html html => Array (Prop a) -> Array (Key /\ (html a)) -> html a
The style element contains style information for a document or part of a document.
style :: forall i r. CSS -> IProp (style :: String | r) i
Render a set of rules as an inline style.
For example:
HH.div [ CSS.style do color red
display block ]
[ ... ]
style :: forall f a. (Doc -> Doc) -> Mod f a
Apply a function to the option description in the usage text.
import Options.Applicative.Help flag' () (short 't' <> style bold)
NOTE: This builder is more flexible than its name and example
allude. One of the motivating examples for its addition was to
used const
to completely replace the usage text of an option.
style :: forall ev. CSS -> HTML ev
Render CSS stylesheet and return a style element.
style :: CSS -> Attribute
Render inline CSS and return a style attribute.
style :: String -> VNode -> VNode
style :: forall a. IsStyle a => a -> Style
style :: El
style :: forall a style. Record style -> ReactProps a
Style :: FillStyle -> Attr
Style :: FillStyle -> Attr
Style :: forall msg. (Array StyleAttribute) -> Attribute msg
style :: forall msg. Array StyleAttribute -> Attribute msg
style :: forall e. Attr e Style String => Event String -> Event (Attribute e)
Set the style
attribute of an element using an event emitting strings.
Each style
string emitted replaces the previous style string.
Style :: Style
style :: forall lock payload. Event (Attribute Style_) -> Array (Domable lock payload) -> Domable lock payload
style :: forall m. Array (Prop m) -> Component m -> Component m
style :: ElemFactory
style :: Proxy @Symbol "style"
style :: Option Label (Options Style)
style :: Option Label (Options Style)
style :: Option Label (Options Style)
style :: Option DataLabels (Options Style)