Packages

final case class CardGroup(as: UndefOr[AsC] = js.undefined, centered: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[VdomNode] = js.undefined, doubling: UndefOr[Boolean] = js.undefined, items: UndefOr[Seq[Card]] = js.undefined, itemsPerRow: UndefOr[SemanticWidth] = js.undefined, stackable: UndefOr[Boolean] = js.undefined, textAlign: UndefOr[SemanticTextAlignment] = js.undefined, modifiers: Seq[TagMod] = Seq.empty) extends GenericFnComponentPAC[CardGroupProps, CardGroup] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericFnComponentAC[CardGroupProps, PropsAndChildren, Unit, CardGroup], PassthroughAC[CardGroupProps], Passthrough[CardGroupProps], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CardGroup
  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 CardGroup(as: UndefOr[AsC] = js.undefined, centered: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[VdomNode] = js.undefined, doubling: UndefOr[Boolean] = js.undefined, items: UndefOr[Seq[Card]] = js.undefined, itemsPerRow: UndefOr[SemanticWidth] = js.undefined, stackable: UndefOr[Boolean] = js.undefined, textAlign: UndefOr[SemanticTextAlignment] = js.undefined, modifiers: Seq[TagMod] = Seq.empty)

Value Members

  1. def addModifiers(modifiers: Seq[TagMod]): CardGroup
    Definition Classes
    CardGroup → GenericFnComponentAC
  2. val as: UndefOr[AsC]
  3. val centered: UndefOr[Boolean]
  4. val className: UndefOr[String]
  5. val clazz: UndefOr[Css]
  6. val content: UndefOr[VdomNode]
  7. val doubling: UndefOr[Boolean]
  8. val items: UndefOr[Seq[Card]]
  9. val itemsPerRow: UndefOr[SemanticWidth]
  10. val modifiers: Seq[TagMod]
    Definition Classes
    CardGroup → Passthrough
  11. def productElementNames: Iterator[String]
    Definition Classes
    Product
  12. def rawModifiers: (CardGroupProps, List[VdomNode])
    Definition Classes
    PassthroughAC
  13. def render: RenderFn[CardGroupProps]
    Definition Classes
    GenericFnComponentAC
    Annotations
    @inline()
  14. val stackable: UndefOr[Boolean]
  15. val textAlign: UndefOr[SemanticTextAlignment]