Packages

object Container

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

Type Members

  1. trait ContainerProps extends Object
    Annotations
    @RawJSType() @native()

Value Members

  1. def apply(p: ContainerProps, children: VdomNode*): UnmountedWithRoot[ContainerProps, Unit, ContainerProps]
  2. def props(as: UndefOr[AsC] = js.undefined, children: UndefOr[VdomNode] = js.undefined, className: UndefOr[String] = js.undefined, content: UndefOr[VdomNode] = js.undefined, fluid: UndefOr[Boolean] = js.undefined, text: UndefOr[Boolean] = js.undefined, textAlign: UndefOr[SemanticTextAlignment] = js.undefined): ContainerProps
  3. object RawComponent extends Function with Function1[Any, Any]
    Annotations
    @native() @JSImport( "semantic-ui-react" , "Container" )