Packages

object List extends Serializable

Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. List
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait ListProps extends Object
    Annotations
    @JSType() @native()
  2. type OnItemClick = (japgolly.scalajs.react.ReactMouseEvent, ListItemProps) => Callback

Value Members

  1. def apply(items: ShorthandS[ListItem]*): List
  2. def props(q: List): ListProps
  3. object RawComponent extends Object
    Annotations
    @native() @JSImport("semantic-ui-react", "List")