bootstrap_form
bootstrap_form copied to clipboard
scaffold template and more
trafficstars
Hey! I'd like to propose several improvements for your gem:
- Please add form template generator for
lib/templates/erb/scaffold/_form.html.erbto automatically generate forms withbootstrap_form_for - Add support for rails7 esbuild. Currently it is not possible to import your css.
- please create generator for views for devise with i18n support and powered by bootstrap_form_for :)
Thanks for the suggestions. I think they're great ideas. For your last point, take a look at https://github.com/lcreid/devise-bootstrap-form.
I'd be happy to consider pull requests for either of the first two suggestions. Let me know if you're interested in working on them and I'll provide whatever support I'm able.
@alec-c4 What is the problem importing the css with esbuild?