Packages

trait MenuProps extends Object

Annotations
@RawJSType() @native()
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MenuProps
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract val tabular: UndefOr[|[Boolean, String]]

    A menu can be formatted to show tabs of information.

Concrete Value Members

  1. val activeIndex: UndefOr[|[Int, String]]

    a menu item can be active.

  2. def apply(key: String): Any
    Annotations
    @JSBracketAccess()
  3. val as: UndefOr[AsT]

    An element type to render as (string or function).

  4. val attached: UndefOr[|[Boolean, String]]

    A menu may be attached to other content segments.

  5. val borderless: UndefOr[Boolean]

    A menu item or menu can have no borders.

  6. val children: UndefOr[Node]

    Primary content.

  7. val className: UndefOr[String]

    Additional classes.

  8. val color: UndefOr[SemanticCOLORS]

    Additional colors can be specified.

  9. val compact: UndefOr[Boolean]

    A menu can take up only the space necessary to fit its content.

  10. val defaultActiveIndex: UndefOr[|[Int, String]]

    Initial activeIndex value.

  11. val fixed: UndefOr[String]

    A menu can be floated.

  12. val floated: UndefOr[|[Boolean, String]]

    A menu item or menu can remove element padding, vertically or horizontally.

  13. val fluid: UndefOr[Boolean]

    A vertical menu may take the size of its container.

  14. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  15. val icon: UndefOr[|[Boolean, String]]

    A menu may have just icons (bool) or labeled icons.

  16. val inverted: UndefOr[Boolean]

    A menu may have its colors inverted to show greater contrast.

  17. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  18. val onItemClick: UndefOr[Function1[japgolly.scalajs.react.ReactEvent, Unit]]

    onClick handler for MenuItem.

    onClick handler for MenuItem. Mutually exclusive with children.

  19. val pagination: UndefOr[Boolean]

    A pagination menu is specially formatted to present links to pages of content.

  20. val pointing: UndefOr[Boolean]

    A menu can point to show its relationship to nearby content.

  21. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  22. val secondary: UndefOr[Boolean]

    A menu can adjust its appearance to de-emphasize its contents.

  23. val size: UndefOr[SemanticSIZES]

    A menu can vary in size.

  24. val stackable: UndefOr[Boolean]

    A menu can stack at mobile resolutions.

  25. val text: UndefOr[Boolean]

    A menu can be formatted for text content.

  26. def toLocaleString(): String
    Definition Classes
    Object
  27. def update(key: String, v: Any): Unit
    Annotations
    @JSBracketAccess()
  28. def valueOf(): Any
    Definition Classes
    Object
  29. val vertical: UndefOr[Boolean]

    A vertical menu displays elements vertically.

  30. val widths: UndefOr[SemanticWIDTHS]

    A menu can vary in size.