Packages

final case class IconGroup(as: UndefOr[AsC] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[ShorthandS[VdomNode]] = js.undefined, size: UndefOr[SemanticSize] = js.undefined, modifiers: Seq[TagMod] = Seq.empty) extends GenericComponentPAC[IconGroupProps, IconGroup] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericJsComponentAC[IconGroupProps, PropsAndChildren, Unit, IconGroup], PassthroughAC[IconGroupProps], Passthrough[IconGroupProps], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IconGroup
  2. Serializable
  3. Product
  4. Equals
  5. GenericJsComponentAC
  6. PassthroughAC
  7. Passthrough
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new IconGroup(as: UndefOr[AsC] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[ShorthandS[VdomNode]] = js.undefined, size: UndefOr[SemanticSize] = js.undefined, modifiers: Seq[TagMod] = Seq.empty)

Value Members

  1. def addModifiers(modifiers: Seq[TagMod]): IconGroup
    Definition Classes
    IconGroup → GenericJsComponentAC
  2. val as: UndefOr[AsC]
  3. val className: UndefOr[String]
  4. val clazz: UndefOr[Css]
  5. val content: UndefOr[ShorthandS[VdomNode]]
  6. val modifiers: Seq[TagMod]
    Definition Classes
    IconGroup → Passthrough
  7. def productElementNames: Iterator[String]
    Definition Classes
    Product
  8. def rawModifiers: (IconGroupProps, List[VdomNode])
    Definition Classes
    PassthroughAC
  9. def render: Render[IconGroupProps]
    Definition Classes
    GenericJsComponentAC
    Annotations
    @inline()
  10. val size: UndefOr[SemanticSize]
  11. def withOptionalRef(ref: Option[Handle[RawMounted[IconGroupProps, Null]]]): GenericJsComponentAC[IconGroupProps, PropsAndChildren, Unit, IconGroup]
    Definition Classes
    GenericJsComponentAC
  12. def withRef(ref: Handle[RawMounted[IconGroupProps, Null]]): GenericJsComponentAC[IconGroupProps, PropsAndChildren, Unit, IconGroup]
    Definition Classes
    GenericJsComponentAC