Skip to main content

Rich Text

The High Velocity front-end app provides two components to render rich text.

  • RichText: renders paragraphs from a string of text
  • RichTextList: renders an unordered list from an array of items

Examples

Rich Text

The RichText component will split the string on new lines (\n) and render each string as a paragraph.

The Fleece Jacket is designed for both outdoor adventures and cozy relaxation at home.

Made from soft, comfortable fleece, this jacket provides warmth and comfort on even the coldest days.

The full zip closure and two side pockets add functionality and convenience. Whether you're exploring the great outdoors or lounging at home, the Fleece Jacket has you covered.

Rich Text Props

PropertyDescriptionType
classNameCustom CSS classesString
childrenThe text to renderString
propsAdditional properties from HTML attributes.HTMLParagraphElement

Rich Text List

  • Material: Soft fleece
  • Closure: Full zip
  • Pockets: Two side pockets

Rich Text List Props

PropertyDescriptionType
classNameCustom CSS classesString
childrenThe list items to displayReactNode