Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.18 KB

display-the-output-component.mdx

File metadata and controls

31 lines (22 loc) · 1.18 KB
title
API Reference - DisplayTheOutput

{/* import */} import { PAGE_HEADING_BOTTOM, HEADING_TOP_SPACER___COMPONENT, HEADING_BOTTOM_SPACER___COMPONENT } from '../../components/spacer.tsx'

{/* Page Heading */}

DisplayTheOutput - API Reference

<PAGE_HEADING_BOTTOM/>

Available props for DisplayTheOutput component:

Name Type Requirement Learn More
html String Required Link
backgroundColor String Required Link
primaryColor String Required Link
typography Object Optional Link

In this table, the values in the "Requirement" column indicate the following:

  • Required: The property is required and must be provided.
  • Optional: The property is optional and can be omitted.