This repository provides a lightweight sample demonstrating how to integrate the Syncfusion React Scheduler component within a Preact application. It showcases the recommended setup for using Syncfusion React components in the Preact framework, including project initialization, theme configuration, and rendering the schedule component.
- Use Node Version 22 (LTS)
- Clone the repository to your local machine and navigate to the project folder.
git clone <repository-url> cd <project-folder>
- Install project dependencies:
npm install
- Start the application:
Application started running on http://localhost:5173/
npm run dev
Syncfusion React Scheduler
Image illustrating the Syncfusion React Scheduler in Preact Framework
To learn more about integrating Syncfusion React Scheduler Syncfusion Documentation in Preact Framework.