Module

React.DOM.Props

Package
purescript-react
Repository
purescript-contrib/purescript-react

#Props Source

data Props :: Type

#unsafeMkProps Source

unsafeMkProps :: forall val. String -> val -> Props

#unsafeUnfoldProps Source

unsafeUnfoldProps :: forall vals. String -> Record vals -> Props

#unsafePrefixProps Source

unsafePrefixProps :: forall vals. String -> Record vals -> Props

#unsafeFromPropsArray Source

unsafeFromPropsArray :: forall props. Array Props -> props

#aria Source

aria :: forall ariaAttrs. Record ariaAttrs -> Props

#_data Source

_data :: forall dataAttrs. Record dataAttrs -> Props

#style Source

style :: forall style. Record style -> Props

#dangerouslySetInnerHTML Source

#acceptCharset Source

#accessKey Source

#allowFullScreen Source

#allowTransparency Source

#autoComplete Source

#cellPadding Source

#cellSpacing Source

#challenge Source

#className Source

#cols Source

cols :: Int -> Props

#colSpan Source

#contentEditable Source

#contextMenu Source

#crossOrigin Source

#defaultChecked Source

#defaultValue Source

#formAction Source

#formEncType Source

#formMethod Source

#formNoValidate Source

#formTarget Source

#frameBorder Source

#httpEquiv Source

#inputMode Source

#integrity Source

#keyParams Source

#marginHeight Source

#marginWidth Source

#maxLength Source

#mediaGroup Source

#minLength Source

#placeholder Source

#radioGroup Source

#rows Source

rows :: Int -> Props

#rowSpan Source

#scrolling Source

#size Source

size :: Int -> Props

#span Source

span :: Int -> Props

#start Source

#tabIndex Source

#autoCapitalize Source

#autoCorrect Source

#results Source

#unselectable Source

#suppressContentEditableWarning Source

#opacity Source

#fillOpacity Source

#strokeWidth Source