bilus / reforms

Beautiful Bootstrap 3 forms for Om, Reagent and Rum.
Eclipse Public License 1.0
168 stars 7 forks source link

Brutha #10

Open spoerri opened 8 years ago

spoerri commented 8 years ago

Are you planning Brutha support?

bilus commented 8 years ago

Not planning as such :) but it would if you were interested in writing the bindings, I'd be happy to provide with any info you need. A couple weeks ago @aspasia wrote Rum bindings and it would be great to have them for Brutha.

If you look at what it takes at https://github.com/aspasia/rum-reforms, this should be all it takes unless there's something totally different about Brutha: https://github.com/aspasia/rum-reforms/blob/master/src/reforms/binding/rum.cljs

Update: The most "complicated" bindings are for Regent: https://github.com/bilus/reagent-reforms/blob/master/src/reforms/binding/reagent.cljs

The rest boils down to porting the examples. I'd take care of the tutorial and the home page and as a part of the release process, build the examples, push them to a fork I can link to from docs.

I'd also be happy to push to Clojars along with the remaining bindings if this helps.