-
Notifications
You must be signed in to change notification settings - Fork 776
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
Support for Twitter Bootstrap #64
Comments
+1 |
I dunno if you have considered using mustache.js or handlebars.js but using a javascript template language would be awesome. |
Planned for version 2.0.0 |
Great work! Waiting for version 2.0... |
When is 2.0.0 planned? |
@rstaib, I'm really liking your plugin! :) I do want to request though that you not build in native support for Bootstrap (or any other framework). One of the reasons that I'm strongly leaning towards your plugin over some others is that it is fairly lean and light-weight. For example, some plugins add in things like JS based responsive settings, which I think are better handled externally by using something like Enquire.js to interface with a plugin's regular methods, etc., in conjunction with CSS Media Queries. I am, however, very much a fan of the plugin becoming more customizable such that it would be possible for a user to add classes from Bootstrap, Zurb Foundation (my personal favorite) or any other framework, such as is addressed elsewhere ( #138, #131 ). Thanks! |
First off, thanks for this awesome plugin.
I'm sure editing the template is in the works for a future release, however is there a quick way to tweak it to use Bootstrap responsive classes? Or even just allow me to add the containers in the HTML instead of being generated via JS. Ant help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: