react-big-schedule 1.0.0 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +72 -5
- package/dist/react-big-schedule-index.mjs +958 -1229
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,11 +1,78 @@
|
|
|
1
|
-
# react-big-schedule
|
|
1
|
+
# React Big Schedule (react-big-schedule)
|
|
2
|
+
[![NPM version][npm-image]][npm-url] [](https://github.com/ansulagrawal/react-big-schedule/blob/master/LICENSE)
|
|
2
3
|
|
|
3
|
-
|
|
4
|
+
|
|
5
|
+
[npm-image]: http://img.shields.io/npm/v/react-big-schedule.svg
|
|
6
|
+
[npm-url]: http://npmjs.org/package/react-big-schedule
|
|
4
7
|
|
|
5
8
|
|
|
6
|
-
|
|
9
|
+
React Big Schedule is a powerful and intuitive scheduler and resource planning solution built with React. Seamlessly integrate this modern, browser-compatible component into your applications to effectively manage time, appointments, and resources. With drag-and-drop functionality, interactive UI, and granular views, react-big-schedule empowers users to effortlessly schedule and allocate resources with precision.
|
|
7
10
|
|
|
11
|
+
Enhance productivity and streamline your workflow with this React-based solution, designed to optimize time management and simplify calendar-based operations. Perfect for applications requiring advanced scheduling capabilities, react-big-schedule offers a seamless and intuitive experience for managing appointments, resource allocation, and time slots.
|
|
8
12
|
|
|
9
|
-
|
|
13
|
+
Unlock the potential of your React projects with react-big-schedule and revolutionize the way you handle scheduling and resource planning.
|
|
10
14
|
|
|
11
|
-
|
|
15
|
+
## Installation
|
|
16
|
+
|
|
17
|
+
To install react-big-schedule, use npm:
|
|
18
|
+
```bash
|
|
19
|
+
npm install react-big-schedule
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
## Tech Stack
|
|
23
|
+
|
|
24
|
+
* React
|
|
25
|
+
* Ant Design
|
|
26
|
+
* react-dnd
|
|
27
|
+
* react-dnd-html5-backend
|
|
28
|
+
* vite
|
|
29
|
+
|
|
30
|
+
## Features
|
|
31
|
+
|
|
32
|
+
* Modern and intuitive scheduler component for React applications.
|
|
33
|
+
* Seamless integration with React projects.
|
|
34
|
+
* Drag-and-drop functionality for effortless scheduling.
|
|
35
|
+
* Interactive user interface for a smooth user experience
|
|
36
|
+
* Granular views to manage time, appointments, and resources effectively.
|
|
37
|
+
* Optimized for time management and calendar-based operations.
|
|
38
|
+
* Perfect for applications requiring advanced scheduling capabilities.
|
|
39
|
+
|
|
40
|
+
## Contributions
|
|
41
|
+
Contributions to react-big-schedule are welcome! If you find a bug or want to contribute to the project, please follow these steps:
|
|
42
|
+
|
|
43
|
+
1. Fork the repository on GitHub.
|
|
44
|
+
2. Create a new branch with a descriptive name.
|
|
45
|
+
3. Make your changes and commit them with clear messages.
|
|
46
|
+
4. Push your changes to your forked repository.
|
|
47
|
+
5. Submit a pull request to the master repository.
|
|
48
|
+
|
|
49
|
+
Please ensure that your code adheres to the project's coding conventions and includes appropriate tests.
|
|
50
|
+
|
|
51
|
+
## License
|
|
52
|
+
React Big Schedule is released under the MIT License. See the [LICENSE](https://github.com/ansulagrawal/react-big-schedule/blob/master/LICENSE) file for more details.
|
|
53
|
+
|
|
54
|
+
## Support
|
|
55
|
+
If you have any questions or need support, please create an issue in the [GitHub repository](https://github.com/ansulagrawal/react-big-schedule/issues).
|
|
56
|
+
|
|
57
|
+
## Credits
|
|
58
|
+
React Big Schedule is developed and maintained by the React Big Schedule team. We would like to thank the open-source community for their valuable contributions and feedback.
|
|
59
|
+
|
|
60
|
+
Special thanks to the following contributors:
|
|
61
|
+
* Ansul Agrawal ([@ansulagrawal](https://github.com/ansulagrawal))
|
|
62
|
+
* Jitendra Soni ([@JitendraSoni1234](https://github.com/JitendraSoni1234))
|
|
63
|
+
|
|
64
|
+
## Acknowledgments
|
|
65
|
+
We would like to acknowledge the following projects for their inspiration and contributions:
|
|
66
|
+
* [React Big Scheduler](https://stephenchou1017.github.io/scheduler/#/).
|
|
67
|
+
|
|
68
|
+
## Roadmap
|
|
69
|
+
* Additional view options for different scheduling needs.
|
|
70
|
+
* Support for recurring appointments.
|
|
71
|
+
* Integration with popular calendar services.
|
|
72
|
+
* Improved accessibility and localization support.
|
|
73
|
+
* Performance optimizations for handling large data sets.
|
|
74
|
+
|
|
75
|
+
We are continuously working on enhancing react-big-schedule and welcome your feedback and suggestions for future improvements.
|
|
76
|
+
|
|
77
|
+
## Changelog
|
|
78
|
+
Please refer to the [CHANGELOG.md](https://github.com/ansulagrawal/react-big-schedule/blob/master/CHANGELOG.md) file.
|