Skip to main content
Version: Next

EntityAboutCard()

Home > @backstage/plugin-catalog > EntityAboutCard

An example About card to show at the top of entity pages.

Signature:

function EntityAboutCard(props: AboutCardProps): JSX.Element

Parameters

ParameterTypeDescription
propsAboutCardProps

Returns:

JSX.Element

Remarks

This card collects some high level information about the entity, but is just an example component. Many organizations will want to replace it with a custom card that is more tailored to their specific needs. The card itself is not extremely customizable; feel free to make a copy of it as a starting point if you like.