Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 38 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,49 @@
# react-scheduler-globalization-using-vite
# React Scheduler with Globalization using Vite

This repository provides a comprehensive example of implementing globalization features in the [React Scheduler](https://www.syncfusion.com/react-components/react-scheduler) using Vite. It demonstrates integrating multi-language support, localization, and cultural configurations while building a modern React application optimized for fast development and performance, offering a practical guide for creating scalable and globally adaptable scheduling solutions.

## Prerequisites

Node version - 18.13.0
React version - 18.2.0
- Node version: 18.13.0 or higher
- React version: 18.2.0 or higher
- npm or yarn package manager

## Getting Started

## Add Syncfusion React Scheduler component using Vite in your application
### Add Syncfusion React Scheduler component using Vite in your application

Refer the following UG documenation for adding Scheduler React component using Vite in your application
* [Getting Started of Syncfusion React Scheduler component using Vite ](https://ej2.syncfusion.com/react/documentation/getting-started/vite)
Follow the comprehensive guide for integrating the Syncfusion React Scheduler component with Vite:
- [Getting Started of Syncfusion React Scheduler component using Vite](https://ej2.syncfusion.com/react/documentation/getting-started/vite)

## Installation

```
npm install
```

## Run the project

```
npm run dev
```

This command starts the development server with hot module replacement (HMR) enabled, providing a fast development experience.

## Documentation

Explore the Syncfusion React documentation to learn more about the Scheduler component and its capabilities:

- [React Introduction](https://ej2.syncfusion.com/react/documentation/introduction)
- [React Schedule Component - Getting Started](https://ej2.syncfusion.com/react/documentation/schedule/getting-started)

## Features

- Multi-language support for scheduling interface
- Localized date and time formatting
- Cultural customization for calendar views
- Efficient build process with Vite
- Fast refresh during development

## Support

For any questions or issues related to this sample, please refer to the [Syncfusion React documentation](https://ej2.syncfusion.com/react/documentation/introduction) or contact Syncfusion support.
Loading