pull/411/head
cagataycivici 2020-07-17 16:09:21 +03:00
parent 2b540752b0
commit 16ba687814
2 changed files with 7 additions and 1436 deletions

File diff suppressed because it is too large Load Diff

View File

@ -19,6 +19,13 @@ npm install @fullcalendar/core --save
npm install @fullcalendar/daygrid --save npm install @fullcalendar/daygrid --save
npm install @fullcalendar/timegrid --save npm install @fullcalendar/timegrid --save
npm install @fullcalendar/interaction --save npm install @fullcalendar/interaction --save
</CodeHighlight>
<p>Include the core style and the styles of the plugins that you use in your application.</p>
<CodeHighlight>
import '@fullcalendar/core/main.min.css';
import '@fullcalendar/daygrid/main.min.css';
import '@fullcalendar/timegrid/main.min.css';
</CodeHighlight> </CodeHighlight>
<p>Events should be an array and defined using the events property.</p> <p>Events should be an array and defined using the events property.</p>