From e00e57007bebbe3dd1a9c20adc8933991bd97d30 Mon Sep 17 00:00:00 2001 From: Artyom Borisevich Date: Thu, 4 Jun 2026 10:16:44 +0300 Subject: [PATCH] [upd] update svelte js scheduler article --- docs/integrations/svelte/howtostart-svelte.md | 70 ++++++++++--------- 1 file changed, 38 insertions(+), 32 deletions(-) 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: