mdehoog / Semantic-UI-Calendar

Calendar module for Semantic UI
MIT License
805 stars 127 forks source link

Error when using on Meteor project #127

Open lesliedoghouse opened 5 years ago

lesliedoghouse commented 5 years ago

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.

lubber-de commented 5 years ago

Try the merged version of the calendar module in https://github.com/fomantic/Fomantic-UI