Packages

final case class GridRow(as: UndefOr[AsC] = js.undefined, centered: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, color: UndefOr[semanticui.SemanticColor] = js.undefined, divided: UndefOr[Boolean] = js.undefined, only: UndefOr[GridOnly] = js.undefined, reversed: UndefOr[GridReversed] = js.undefined, stretched: UndefOr[Boolean] = js.undefined, textAlign: UndefOr[semanticui.SemanticTextAlignment] = js.undefined, verticalAlign: UndefOr[semanticui.SemanticVerticalAlignment] = js.undefined, modifiers: Seq[TagMod] = Seq.empty) extends GenericFnComponentPAC[GridRowProps, GridRow] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericFnComponentAC[GridRowProps, PropsAndChildren, Unit, GridRow], PassthroughAC[GridRowProps], Passthrough[GridRowProps], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GridRow
  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 GridRow(as: UndefOr[AsC] = js.undefined, centered: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, color: UndefOr[semanticui.SemanticColor] = js.undefined, divided: UndefOr[Boolean] = js.undefined, only: UndefOr[GridOnly] = js.undefined, reversed: UndefOr[GridReversed] = js.undefined, stretched: UndefOr[Boolean] = js.undefined, textAlign: UndefOr[semanticui.SemanticTextAlignment] = js.undefined, verticalAlign: UndefOr[semanticui.SemanticVerticalAlignment] = js.undefined, modifiers: Seq[TagMod] = Seq.empty)

Value Members

  1. def addModifiers(modifiers: Seq[TagMod]): GridRow
    Definition Classes
    GridRow → GenericFnComponentAC
  2. val as: UndefOr[AsC]
  3. val centered: UndefOr[Boolean]
  4. val className: UndefOr[String]
  5. val clazz: UndefOr[Css]
  6. val color: UndefOr[semanticui.SemanticColor]
  7. val divided: UndefOr[Boolean]
  8. val modifiers: Seq[TagMod]
    Definition Classes
    GridRow → Passthrough
  9. val only: UndefOr[GridOnly]
  10. def productElementNames: Iterator[String]
    Definition Classes
    Product
  11. def rawModifiers: (GridRowProps, List[VdomNode])
    Definition Classes
    PassthroughAC
  12. def render: RenderFn[GridRowProps]
    Definition Classes
    GenericFnComponentAC
    Annotations
    @inline()
  13. val reversed: UndefOr[GridReversed]
  14. val stretched: UndefOr[Boolean]
  15. val textAlign: UndefOr[semanticui.SemanticTextAlignment]
  16. val verticalAlign: UndefOr[semanticui.SemanticVerticalAlignment]