Packages

trait HeaderProps extends Object

Annotations
@RawJSType() @native()
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HeaderProps
  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 attached: UndefOr[|[Boolean, String]]

    Attach header to other content, like a segment.

  4. val block: UndefOr[Boolean]

    Format header to appear inside a content block.

  5. val children: UndefOr[Node]

    Primary content.

  6. val className: UndefOr[String]

    Additional classes.

  7. val color: UndefOr[SemanticCOLORS]

    Color of the header.

  8. val content: UndefOr[SemanticShorthandContent]

    Shorthand for primary content.

  9. val disabled: UndefOr[Boolean]

    Show that the header is inactive.

  10. val dividing: UndefOr[Boolean]

    Divide header from the content below it.

  11. val floated: UndefOr[SemanticFLOATS]

    Header can sit to the left or right of other content.

  12. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  13. val icon: UndefOr[SemanticShorthandItemS[IconProps]]

    Add an icon by icon name or pass an Icon.

  14. val image: UndefOr[Boolean]

    Add an image by img src or pass an Image.

  15. val inverted: UndefOr[Boolean]

    Inverts the color of the header for dark backgrounds.

  16. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  17. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  18. val size: UndefOr[SemanticSIZES]

    Content headings are sized with em and are based on the font-size of their container.

  19. val sub: UndefOr[Boolean]

    Headers may be formatted to label smaller or de-emphasized content.

  20. val subheader: UndefOr[SemanticShorthandItemS[HeaderSubheaderProps]]

    Shorthand for Header.Subheader.

  21. val textAlign: UndefOr[SemanticTEXTALIGNMENTS]

    Align header content.

  22. def toLocaleString(): String
    Definition Classes
    Object
  23. def update(key: String, v: Any): Unit
    Annotations
    @JSBracketAccess()
  24. def valueOf(): Any
    Definition Classes
    Object