@farango/calendar_library
Version:
The **Event Calendar** is a simple and responsive React component that displays a **monthly calendar** with support for events. This component is built with React and SCSS and can be easily integrated into your React applications.
13 lines (12 loc) • 356 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "default", {
enumerable: true,
get: function get() {
return _Loading["default"];
}
});
var _Loading = _interopRequireDefault(require("./Loading"));
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }