Search results

P purescript-spec M Test.Spec.Style
style :: forall w i. Node HTMLstyle w i
P purescript-halogen M Halogen.HTML.Elements
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

P purescript-halogen M Halogen.HTML.Properties
style :: Array Props -> Array ReactElement -> ReactElement
P purescript-react M React.DOM
style :: Array Props -> Array ReactElement -> ReactElement
P purescript-react M React.DOM.Dynamic
style :: forall style. Record style -> Props
P purescript-react M React.DOM.Props
style :: forall e. Markup e -> Markup e
P purescript-smolder M Text.Smolder.HTML
style :: String -> Attribute
P purescript-smolder M Text.Smolder.HTML.Attributes
style :: forall e. Markup e -> Markup e
P purescript-smolder M Text.Smolder.SVG
style :: String -> Attribute
P purescript-smolder M Text.Smolder.SVG.Attributes
style :: forall attrs attrs_. Union attrs attrs_ Props_style => Record attrs -> JSX
P purescript-react-basic-dom M React.Basic.DOM.Generated
style :: forall attrs attrs_. Union attrs attrs_ (SharedSVGProps Props_style) => Record attrs -> JSX
P purescript-react-basic-dom M React.Basic.DOM.SVG
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
P purescript-react-basic-dom M React.Basic.DOM.Simplified.Generated
style :: forall state. String -> VNode state -> VNode state
P purescript-freedom M Freedom.Markup.Prop
style :: forall a. String -> Prop a

Specifies an inline CSS style for an element

P purescript-chameleon M Chameleon.HTML.Attributes
style :: ElemName

Defines style information for a document

P purescript-chameleon M Chameleon.HTML.ElemNames
style :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a

Defines style information for a document

P purescript-chameleon M Chameleon.HTML.Elements
style :: forall html a. Html html => Array (Prop a) -> Array (Key /\ (html a)) -> html a

Defines style information for a document

P purescript-chameleon M Chameleon.HTML.KeyedElements
style :: ElemName

The style element contains style information for a document or part of a document.

P purescript-chameleon M Chameleon.SVG.ElemNames
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.

P purescript-chameleon M Chameleon.SVG.Elements
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.

P purescript-chameleon M Chameleon.SVG.KeyedElements
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 ]
      [ ... ]
P purescript-halogen-css M Halogen.HTML.CSS
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.

P purescript-optparse M Options.Applicative.Builder
style :: forall ev. CSS -> HTML ev

Render CSS stylesheet and return a style element.

P purescript-pux M Pux.DOM.HTML
style :: CSS -> Attribute

Render inline CSS and return a style attribute.

P purescript-pux M Pux.DOM.HTML.Attributes
style :: String -> VNode -> VNode
P purescript-grain M Grain.Markup.Prop
P purescript-react-basic-emotion M React.Basic.Emotion
style :: forall a. IsStyle a => a -> Style
P purescript-react-basic-emotion M React.Basic.Emotion
style :: El
P purescript-concur-react M Concur.React.DOM
style :: forall a style. Record style -> ReactProps a
P purescript-concur-react M Concur.React.Props
Style :: FillStyle -> Attr
P purescript-dotlang M Data.DotLang.Attr.Edge
Style :: FillStyle -> Attr
P purescript-dotlang M Data.DotLang.Attr.Node
Style :: forall msg. (Array StyleAttribute) -> Attribute msg
P purescript-oak M Oak.Html.Attribute
style :: forall msg. Array StyleAttribute -> Attribute msg
P purescript-oak M Oak.Html.Attribute
P purescript-chameleon-styled M Chameleon.Styled.Core
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.

P purescript-deku M Deku.Attributes
P purescript-deku M Deku.DOM.Attr.Style
Style :: Style
P purescript-deku M Deku.DOM.Attr.Style
style :: forall lock payload. Event (Attribute Style_) -> Array (Domable lock payload) -> Domable lock payload
P purescript-deku M Deku.DOM.Elt.Style
style :: forall m. Array (Prop m) -> Component m -> Component m
P purescript-jelly M Jelly.Element
style :: ElemFactory
P purescript-reactix M Reactix.DOM.HTML
style :: Proxy @Symbol "style"
P purescript-tecton M Tecton.Internal
P purescript-apexcharts M Apexcharts.Annotations.Points.Label.Style
style :: Option Label (Options Style)
P purescript-apexcharts M Apexcharts.Annotations.Points.Label.Style
P purescript-apexcharts M Apexcharts.Annotations.Xaxis.Label.Style
style :: Option Label (Options Style)
P purescript-apexcharts M Apexcharts.Annotations.Xaxis.Label.Style
P purescript-apexcharts M Apexcharts.Annotations.Yaxis.Label.Style
style :: Option Label (Options Style)
P purescript-apexcharts M Apexcharts.Annotations.Yaxis.Label.Style
P purescript-apexcharts M Apexcharts.DataLabels.Style
style :: Option DataLabels (Options Style)
P purescript-apexcharts M Apexcharts.DataLabels.Style