Packages

final case class Item(as: UndefOr[AsC] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[VdomNode] = js.undefined, description: UndefOr[ShorthandS[ItemDescription]] = js.undefined, extra: UndefOr[ShorthandS[ItemExtra]] = js.undefined, header: UndefOr[ShorthandS[ItemHeader]] = js.undefined, image: UndefOr[ShorthandS[ItemImage]] = js.undefined, meta: UndefOr[ShorthandS[ItemMeta]] = js.undefined, modifiers: Seq[TagMod] = Seq.empty) extends GenericFnComponentPAC[ItemProps, Item] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericFnComponentAC[ItemProps, PropsAndChildren, Unit, Item], PassthroughAC[ItemProps], Passthrough[ItemProps], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Item
  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 Item(as: UndefOr[AsC] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[VdomNode] = js.undefined, description: UndefOr[ShorthandS[ItemDescription]] = js.undefined, extra: UndefOr[ShorthandS[ItemExtra]] = js.undefined, header: UndefOr[ShorthandS[ItemHeader]] = js.undefined, image: UndefOr[ShorthandS[ItemImage]] = js.undefined, meta: UndefOr[ShorthandS[ItemMeta]] = js.undefined, modifiers: Seq[TagMod] = Seq.empty)

Value Members

  1. def addModifiers(modifiers: Seq[TagMod]): Item
    Definition Classes
    Item → GenericFnComponentAC
  2. val as: UndefOr[AsC]
  3. val className: UndefOr[String]
  4. val clazz: UndefOr[Css]
  5. val content: UndefOr[VdomNode]
  6. val description: UndefOr[ShorthandS[ItemDescription]]
  7. val extra: UndefOr[ShorthandS[ItemExtra]]
  8. val header: UndefOr[ShorthandS[ItemHeader]]
  9. val image: UndefOr[ShorthandS[ItemImage]]
  10. val meta: UndefOr[ShorthandS[ItemMeta]]
  11. val modifiers: Seq[TagMod]
    Definition Classes
    Item → Passthrough
  12. def productElementNames: Iterator[String]
    Definition Classes
    Product
  13. def rawModifiers: (ItemProps, List[VdomNode])
    Definition Classes
    PassthroughAC
  14. def render: RenderFn[ItemProps]
    Definition Classes
    GenericFnComponentAC
    Annotations
    @inline()