Files
backstage/plugins/microsoft-calendar/README.md
T
Abhay-soni-developer 6dcc785d9a readme modified
Signed-off-by: Abhay-soni-developer <abhaysoni.developer@gmail.com>
2023-02-08 16:11:54 +01:00

761 B

microsoft-calendar

Welcome to the microsoft-calendar plugin!

This plugin was created through the Backstage CLI

You can use this plugin by import MicrosoftCalendar from "@internal/plugin-microsoft-calendar"

import { MicrosoftCalendar } from "@internal/plugin-microsoft-calendar"

   <Grid item xs={12} md={4}>
     <MicrosoftCalendar />
   </Grid>

MicrosoftCalendar plugin screenshot

You can also serve the plugin in isolation by running yarn start in the plugin directory. This method of serving the plugin provides quicker iteration speed and a faster startup and hot reloads. It is only meant for local development, and the setup for it can be found inside the /dev directory.