Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FullCalendar is not working on primevue v3 #534

Closed
tomer-yechiel opened this issue Oct 8, 2020 · 1 comment
Closed

FullCalendar is not working on primevue v3 #534

tomer-yechiel opened this issue Oct 8, 2020 · 1 comment

Comments

@tomer-yechiel
Copy link

tomer-yechiel commented Oct 8, 2020

edit:
found the issue, full calendar is now at v5
need to change the doc to:
npm install @fullcalendar/core@4.0.2 --save

in the documentation it said to import this 3 lines
import '@fullcalendar/core/main.min.css';
import '@fullcalendar/daygrid/main.min.css';
import '@fullcalendar/timegrid/main.min.css';

but import '@fullcalendar/core/main.min.css'; is not existing
i installed npm install @fullcalendar/core --save
and i see core folder at npm_modules, but i dont see main.min.css at that folder

@cagataycivici
Copy link
Member

cagataycivici commented Oct 10, 2020

Please monitor;

#540

For 4.0.2, the css files seem to be correct, just double checked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants