Semantic-UI-Calendar
Semantic-UI-Calendar copied to clipboard
Error when using on Meteor project
Hello,
In my Meteor project, I can initialise tab, dropdown and etc without any problem:
$('.tabular.menu .item').tab();
$('.genderDropdown').dropdown();
but when I try to initialise calendar after install using NPM, I got error "$(...).calendar is not a function"
$('.calendarField').calendar();
Do I need to import {}?
What I did wrong? Please advice, thank you.
Try the merged version of the calendar module in https://github.com/fomantic/Fomantic-UI