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

ParameterTypeDescription
propsPropsWithChildren<Props>

Returns:

React.JSX.Element