From 4b5ae7b196c83d846a41ff98cff8f7b1ed4da59b Mon Sep 17 00:00:00 2001 From: Yvone-Atieno <95272306+Yvone-Atieno@users.noreply.github.com> Date: Tue, 24 May 2022 15:05:58 +0300 Subject: [PATCH] ReactJS Schedule Getting Started --- ReactJS/Schedule/Getting-Started.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ReactJS/Schedule/Getting-Started.md b/ReactJS/Schedule/Getting-Started.md index 181a984f..e636fe22 100644 --- a/ReactJS/Schedule/Getting-Started.md +++ b/ReactJS/Schedule/Getting-Started.md @@ -1,13 +1,13 @@ --- title: Getting started with Schedule component in React JS -description: Rendering a basic Scheduler with local data +description: Learn here about getting started with Syncfusion Essential ReactJS Schedule control, its elements, and more. platform: ReactJS control: schedule documentation: ug keywords: ejschedule, schedule, schedule widget, js schedule --- -# Getting Started +# Getting Started with ReactJS Schedule An introduction to start with ReactJS can be referred from [here](/reactjs/overview#getting-started-with-react). To get start with the usage of Schedule control in ReactJS platform, create a React application layout and refer the following dependencies to it. Refer the individual script references required to render the Schedule control from [here](/reactjs/schedule/dependencies). @@ -86,7 +86,7 @@ ReactDOM.render( N> The above jsx template needs to be converted from `.jsx` to `.js` extension by using `gulp` NuGet package (refer [here](/reactjs/overview#converting-jsx-to-javascript-with-react)) and then it must be referred in the HTML page. -![](Getting-started_images/Getting-started_img1.png) +![ReactJS Schedule JSX file](Getting-started_images/Getting-started_img1.png) ### Using without jsx Template