Packages

final case class Container(as: UndefOr[AsC] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[ShorthandS[VdomNode]] = js.undefined, fluid: UndefOr[Boolean] = js.undefined, text: UndefOr[Boolean] = js.undefined, textAlign: UndefOr[semanticui.SemanticTextAlignment] = js.undefined, modifiers: Seq[TagMod] = Seq.empty) extends GenericFnComponentPAC[ContainerProps, Container] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericFnComponentAC[ContainerProps, PropsAndChildren, Unit, Container], PassthroughAC[ContainerProps], Passthrough[ContainerProps], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Container
  2. Serializable
  3. Product
  4. Equals
  5. GenericFnComponentAC
  6. PassthroughAC
  7. Passthrough
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Container(as: UndefOr[AsC] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[ShorthandS[VdomNode]] = js.undefined, fluid: UndefOr[Boolean] = js.undefined, text: UndefOr[Boolean] = js.undefined, textAlign: UndefOr[semanticui.SemanticTextAlignment] = js.undefined, modifiers: Seq[TagMod] = Seq.empty)

Value Members

  1. def addModifiers(modifiers: Seq[TagMod]): Container
    Definition Classes
    Container → GenericFnComponentAC
  2. val as: UndefOr[AsC]
  3. val className: UndefOr[String]
  4. val clazz: UndefOr[Css]
  5. val content: UndefOr[ShorthandS[VdomNode]]
  6. val fluid: UndefOr[Boolean]
  7. val modifiers: Seq[TagMod]
    Definition Classes
    Container → Passthrough
  8. def productElementNames: Iterator[String]
    Definition Classes
    Product
  9. def rawModifiers: (ContainerProps, List[VdomNode])
    Definition Classes
    PassthroughAC
  10. def render: RenderFn[ContainerProps]
    Definition Classes
    GenericFnComponentAC
    Annotations
    @inline()
  11. val text: UndefOr[Boolean]
  12. val textAlign: UndefOr[semanticui.SemanticTextAlignment]