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

Error when using on Meteor project #127

Open
lesliedoghouse opened this issue Aug 29, 2018 · 1 comment
Open

Error when using on Meteor project #127

lesliedoghouse opened this issue Aug 29, 2018 · 1 comment

Comments

@lesliedoghouse
Copy link

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
Copy link

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

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