readme modified
Signed-off-by: Abhay-soni-developer <abhaysoni.developer@gmail.com>
This commit is contained in:
committed by
blam
parent
3cf71bd666
commit
6d0eb9e962
@@ -29,8 +29,8 @@ The following sections will help you set up the Microsoft calendar plugin.
|
||||
yarn add --cwd packages/app @backstage/plugin-microsoft-calendar
|
||||
```
|
||||
|
||||
You need to first import the Microsoft calendar React component from "@backstage/plugin-microsoft-calendar".
|
||||
You can then use the provided component Microsoft calendar in the backstage frontend where ever you want
|
||||
2. Import the Microsoft calendar React component from "@backstage/plugin-microsoft-calendar".
|
||||
3. You can then use the provided react component MicrosoftCalendar in the backstage frontend where ever you want
|
||||
|
||||
```tsx
|
||||
import { MicrosoftCalendar } from '@backstage/plugin-microsoft-calendar';
|
||||
@@ -44,6 +44,8 @@ import { MicrosoftCalendar } from '@backstage/plugin-microsoft-calendar';
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
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](./dev) directory.
|
||||
|
||||
Reference in New Issue
Block a user