Are you tired of bootstrap Twitter on the Play platform?

I often use the Twitter bootstrap form template helper in my web application, as it is very simple.

Yesterday I want to create a form with horizontal fields and find on GitHub Pull-Request with a comment (one year) from guillaumebort that the helper will be deprecated in the next version. But I didn't find anything about this in the Play Template Helper Documentation .

  • Did the helper help already outdated or will it be updated?
  • Is there an even more complicated Bootstrap template helper as a plugin? (I think a lot of people use Play + Bootstrap.)
  • ... or should I write my own helper with horizontal field support?
+5
source share
1 answer

AFAIK Twitter Bootstrap Assistant is no longer supported. After reviewing the story , the last update about this happens from a year ago. And it is based on the old Bootstrap Twitter version.

I think you should write your assistant.

+2
source

All Articles