diff --git a/README.md b/README.md index b24f210..285468f 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,54 @@ # react-scheduler-globalization-using-vite +A comprehensive example demonstrating how to implement globalization features in a Syncfusion React Scheduler component using Vite as the build tool. This project showcases multi-language support and localization capabilities within the React Scheduler ecosystem. + +## Overview + +This repository contains a sample application that demonstrates the integration of Syncfusion React Scheduler with Vite, focusing on globalization and localization features. The project illustrates best practices for implementing multi-language support, cultural customization, and region-specific configurations in a modern React application built with Vite for optimal development experience and faster build times. + ## 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 +- Basic understanding of React functional components and hooks + +## 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.