Skip to main content

QuickStartCardProps

Home > @backstage/plugin-home > QuickStartCardProps

Props customizing the component.

Signature:

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