Skip to main content

QuickStartCardProps

Home > @backstage/plugin-home > QuickStartCardProps

Props customizing the component.

Signature:

export type QuickStartCardProps = {
modalTitle?: string | React.JSX.Element;
docsLinkTitle?: string;
docsLink?: string;
video?: React.JSX.Element;
image: React.JSX.Element;
cardDescription?: string;
downloadImage?: React.JSX.Element;
};