Packages

trait CardGroupProps extends Object

Annotations
@JSType() @native()
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CardGroupProps
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(key: String): Any
    Annotations
    @JSBracketAccess()
  2. val as: UndefOr[AsT]

    An element type to render as (string or function).

  3. val centered: UndefOr[Boolean]

    A group of cards can center itself inside its container.

  4. val children: UndefOr[Node]

    Primary content.

  5. val className: UndefOr[String]

    Additional classes.

  6. val content: UndefOr[SemanticShorthandContent]

    Shorthand for primary content.

  7. val doubling: UndefOr[Boolean]

    A group of cards can double its column width for mobile.

  8. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  9. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  10. val items: UndefOr[Array[CardProps]]

    Shorthand array of props for Card.

  11. val itemsPerRow: UndefOr[SemanticWIDTHS]

    Shorthand for primary content.

  12. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  13. val stackable: UndefOr[Boolean]

    A group of cards can automatically stack rows to a single columns on mobile devices.

  14. val textAlign: UndefOr[SemanticTEXTALIGNMENTS]

    A card group can adjust its text alignment.

  15. def toLocaleString(): String
    Definition Classes
    Object
  16. def update(key: String, v: Any): Unit
    Annotations
    @JSBracketAccess()
  17. def valueOf(): Any
    Definition Classes
    Object