Hello. What is the minimal way to add bootstrap
to a clojurescript project?
I just need to use some :button.bnt
inside re-frame/reagent project.
@souenzzo I guess https://github.com/cljsjs/packages/tree/master/bootstrap is the way to go.
or perhaps https://github.com/cljsjs/packages/tree/master/react-bootstrap maybe someone actually using reagent/bootstrap can comment though
If you really only need to use those classes, maybe just copy the styles out of bootstrap that you need rather than adding all of bootstrap to your project.
I know that’s not very helpful though. I haven’t used Bootstrap ever.