Update Readme.md
This commit is contained in:
parent
186abd93c4
commit
20deb89e36
@ -4,6 +4,14 @@ It is a React calendar component with events support. It can show events by day
|
|||||||
|
|
||||||
# Usage example
|
# Usage example
|
||||||
|
|
||||||
|
Install npm packet
|
||||||
|
|
||||||
|
```bash
|
||||||
|
npm install --save react-eventful-calendar
|
||||||
|
```
|
||||||
|
|
||||||
|
In code
|
||||||
|
|
||||||
```jsx
|
```jsx
|
||||||
import Calendar, { Viewers } from "react-eventful-calendar"
|
import Calendar, { Viewers } from "react-eventful-calendar"
|
||||||
// ...
|
// ...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user