Integration of simple_form with bootstrap 3

后端 未结 5 1334
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-04 06:11

I\'ve updated bootstrap to version 3. Everything works fine except the forms which are generated by simple_form gem. I don\'t know how could I integrate these two together. I ca

5条回答
  •  庸人自扰
    2021-02-04 06:51

    Good news everyone: as of April 2014, Bootstrap 3 integration is more fully supported, with extra wrappers provided in a new release.

    We just released Simple Form 3.1.0.rc1 with support to Bootstrap 3. To make it possible, we leveled up the Wrapper API to make it more extensible and to allow developers to directly configure it instead of relying on global state. After such improvements, it was very easy to change the Simple Form configuration to work with Bootstrap 3.

    You can see the new functionality in action through an example app here: http://simple-form-bootstrap.plataformatec.com.br/

提交回复
热议问题