Fixed #392
parent
2b540752b0
commit
16ba687814
File diff suppressed because it is too large
Load Diff
|
@ -19,6 +19,13 @@ npm install @fullcalendar/core --save
|
|||
npm install @fullcalendar/daygrid --save
|
||||
npm install @fullcalendar/timegrid --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>
|
||||
|
||||
<p>Events should be an array and defined using the events property.</p>
|
||||
|
|
Loading…
Reference in New Issue