Skip to main content

Paragraph

Basic paragraph, with markdown support.


Props

  • label (string): Paragraph content. Supports full markdown.
  • [OPTIONAL] id (string): id HTML attribute to set to the element.
  • [OPTIONAL] modifiers (string): List of modifiers to apply to the element. Defaults to "".
  • [OPTIONAL] itemProp (string): itemprop HTML attribute to set to the element.

Syntax

<UIP
id="my-id"
modifiers="large primary"
label="Lorem ipsum dolor sit amet, *consectetur* adipiscing elit."
itemProp="description"
/>