schedulely
Version:
CSS-grid based React calendar with a focus on extensibility and small package size
28 lines (15 loc) • 1.78 kB
Markdown
_This component is still very early in development. Everything is currently still subject to massive change, so use at your own risk!_

- [Documentation and live previews can be found in the docs](https://bruceharrison1984.github.io/Schedulely/)
---
[](https://www.npmjs.com/package/schedulely) [](https://bundlephobia.com/package/schedulely) [](https://packagephobia.com/result?p=schedulely) 
A react-based, light-weight, highly customizable Month calendar for React-based applications.
- Extremely small deployed package size (less than 5kb when minified & g-zipped)
- Entire design is based on CSS-grid, so it is fully responsive and fast
- Easy to override default components to add unique behavior and styles
The ultimate goal for this library was to create a framework that allowed for users to create their own calendar and components for use in the grid system. This allows for users to easily add additional functionality without bloating the base library with features not everyone may want.
The included default calendar components can be simply used as is, but the real power is being able to easily override these components. This allows consumers to use any state-management, styles, UX, or _whatever_ without needing them included in this library, and without interfering with it's overall behavior.