diff --git a/.changeset/chatty-weeks-impress.md b/.changeset/chatty-weeks-impress.md new file mode 100644 index 0000000000..21beb168e9 --- /dev/null +++ b/.changeset/chatty-weeks-impress.md @@ -0,0 +1,44 @@ +--- +'@backstage/plugin-home': patch +--- + +Added a new Quick Start Card to `plugin-home`, which can display basic info to get users the info they need to onboard to the Catalog. + +``` +import { QuickStartCard } from '@backstage/plugin-home'; + + } + cardDescription="Backstage system model will help you create new entities" + video={ + + } + downloadImage={ + + } +/> +``` + +See the [storybook examples](https://backstage.io/storybook/?path=/story/plugins-home-components-quickstartcard--default)