Packages

object DropdownMenu extends Serializable

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

Type Members

  1. trait DropdownMenuProps extends Object
    Annotations
    @JSType() @native()

Value Members

  1. def apply(children: TagMod*): DropdownMenu
  2. def props(q: DropdownMenu): DropdownMenuProps
  3. def rawprops(as: UndefOr[AsC] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[VdomNode] = js.undefined, direction: UndefOr[MenuDirection] = js.undefined, open: UndefOr[Boolean] = js.undefined, scrolling: UndefOr[Boolean] = js.undefined): DropdownMenuProps
  4. object RawComponent extends Function with Function1[Any, Any]
    Annotations
    @native() @JSImport("semantic-ui-react", "DropdownMenu")