Skip to main content
Version: Next

Content()

Home > @backstage/core-components > Content

The main content part inside a Page().

Signature:

function Content(props: PropsWithChildren<Props>): React.JSX.Element;

Parameters

Parameter

Type

Description

props

PropsWithChildren<Props>

**Returns:**

React.JSX.Element