6dcc785d9a
Signed-off-by: Abhay-soni-developer <abhaysoni.developer@gmail.com>
761 B
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>
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.
