ianmartorell / meteor-accounts-ui-bootstrap-3

accounts-ui package with Bootstrap 3 and localization support
150 stars 109 forks source link

Use in conjunction with useraccounts:core and useraccounts:bootstrap #93

Open kevb opened 9 years ago

kevb commented 9 years ago

I have this package working nicely. But I also want to show sign-in / sign-up forms outside of the nav button dropdown and I'm not sure the best way to do this (e.g. a whole page sign-in for or in a modal dialog).

I tried adding the useraccounts:bootstrap package alongside meteor-accounts-ui-bootstrap-3. It mostly works fine, but it seems to interfere with this plugin and the 'create' button in the dropdown stops working...

Is there a way to have the two packages play nicely? Or is there a way to use this package to show a simple sign-in / sign-up form without the nav button and dropdown?

Thanks : )