Packages

trait CardProps extends Object

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(key: String): Any
    Annotations
    @JSBracketAccess()
  5. val as: UndefOr[AsT]

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

  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val centered: UndefOr[Boolean]

    A Card can center itself inside its container.

  8. val children: UndefOr[Node]

    Primary content.

  9. val className: UndefOr[String]

    Additional classes.

  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. val color: UndefOr[SemanticCOLORS]

    A Card can be formatted to display different colors.

  12. val content: UndefOr[SemanticShorthandContent]

    Shorthand for primary component.

  13. val description: UndefOr[SemanticShorthandItemS[CardDescriptionProps]]

    Shorthand for CardDescription.

  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. val extra: UndefOr[SemanticShorthandContent]

    Shorthand for primary content of CardContent.

  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  18. val fluid: UndefOr[Boolean]

    A Card can be formatted to take up the width of its container.

  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. val header: UndefOr[SemanticShorthandItemS[CardHeaderProps]]

    Shorthand for CardHeader.

  23. val href: UndefOr[String]

    Render as an a tag instead of a div and adds the href attribute.

  24. val image: UndefOr[SemanticShorthandItemS[ImageProps]]

    A card can contain an Image component.

  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  27. val link: UndefOr[Boolean]

    A card can be formatted to link to other content.

  28. val meta: UndefOr[SemanticShorthandItemS[CardMetaProps]]

    Shorthand for CardMeta.

  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. val onClick: UndefOr[Function2[japgolly.scalajs.react.ReactMouseEvent, CardProps, Unit]]

    Called on click.

    Called on click. When passed, the component renders as an a tag by default instead of a div.

  33. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  34. val raised: UndefOr[Boolean]

    A Card can be formatted to raise above the page.

  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. def toLocaleString(): String
    Definition Classes
    Object
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. def update(key: String, v: Any): Unit
    Annotations
    @JSBracketAccess()
  39. def valueOf(): Any
    Definition Classes
    Object
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped