diff --git a/docs/integrations/svelte/howtostart-svelte.md b/docs/integrations/svelte/howtostart-svelte.md index b9a1b711..ff20cabf 100644 --- a/docs/integrations/svelte/howtostart-svelte.md +++ b/docs/integrations/svelte/howtostart-svelte.md @@ -109,22 +109,22 @@ To display Scheduler on the page, we need to set the container to render the com ~~~html title="Scheduler.svelte" -
+
~~~ To make the Scheduler container occupy the entire space of the body, you need to remove the default @@ -199,26 +199,32 @@ And use props in the **scheduler.parse()** method in the Scheduler component: ~~~html title="Scheduler.svelte" -
+
~~~ Now, if you reopen the app page, you should see a Scheduler with events: