Try Install Learn Blog API Packages GitHub
Pages

Ui.Content

A component to display content:

  • Headings (

    ,

    ,

    , etc...)

  • Paragraphs (

    )

  • Ordered and unordered lists (
      ,
        )
      • Images ()
      • Preformatted text (,
        )
      • Keyboard shortcuts ()

      Properties

      children
      :
      Array(Html)
      =
      []

      The children to display.

      fitContent
      :
      Bool
      =
      false

      Whether or not to fit the content to the extent of the base element.

      size
      :
      Ui.Size
      =
      Ui.Size::Inherit

      The size of the content.

      textAlign
      :
      String
      =
      ""

      Where to align the text.

      Functions

      render
      :
      Html

      Renders the content.