https://github.com/stagfoo/react-scheduler-calendar
React component for scheduling/planing in calendar
https://github.com/stagfoo/react-scheduler-calendar
Last synced: 4 months ago
JSON representation
React component for scheduling/planing in calendar
- Host: GitHub
- URL: https://github.com/stagfoo/react-scheduler-calendar
- Owner: stagfoo
- License: mit
- Created: 2020-09-07T10:21:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-20T08:16:45.000Z (almost 6 years ago)
- Last Synced: 2025-03-04T22:28:04.509Z (over 1 year ago)
- Homepage: https://ngc-ab.github.io/react-scheduler-calendar/
- Size: 3.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-scheduler-calendar
> React component for scheduling/planing in calendar
[](https://www.npmjs.com/package/react-scheduler-calendar)
[](https://www.npmjs.com/package/react-scheduler-calendar)

[](https://standardjs.com)
[](https://github.com/NGC-AB/react-scheduler-calendar/blob/master/LICENSE)
## Install
```bash
npm install --save react-scheduler-calendar
```
## Usage
- Import antDesign style file
```tsx
import 'antd/dist/antd.css';
```
or you can use less file to support customizing the theme: https://ant.design/docs/react/customize-theme:
```tsx
import 'antd/dist/antd.less';
```
- Using in your component
```tsx
import React from 'react'
import Scheduler from 'react-scheduler-calendar'
class Example extends React.Component {
render () {
return (
)
}
}
```
## Setup Sonar Server In Local
```shell script
make start
```
Goto [http://localhost:9005/projects?sort=-analysis_date](http://localhost:9005/projects?sort=-analysis_date) to view the main interface.
Since there is no test report upload for any project at present, you cannot see any analysis results, so you need to upload the test report first.
```shell script
yarn sonar-check
```
After running this command, you will see `react-scheduler-calendar` Analysis report.
## License
MIT © [NGC-AB](https://github.com/NGC-AB)