Packages

c

react.ComponentSyntax

RichScalaFunction

implicit class RichScalaFunction[P <: Object] extends AnyRef

Convert standard scala function with 1 props arguments to an element using some syntax.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RichScalaFunction
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new RichScalaFunction(f: (P) => ReactNode)

Value Members

  1. def elementWith(name: String, props: P): ReactNode
  2. def elementWith(props: P): ReactNode
  3. def toEl(props: P): ReactNode
  4. def unsafeElementWith(name: String, props: Dynamic): ReactNode
  5. def unsafeElementWith(props: Dynamic): ReactNode