vazco / uniforms

A React library for building forms from any schema.
https://uniforms.tools
MIT License
1.96k stars 244 forks source link

New theme idea: Bootstrap 5 #874

Closed michael-vasyliv closed 3 years ago

michael-vasyliv commented 3 years ago

Are you going to create bootstrap 5 project? Have you started yet?

an example of uniforms-bootstrap4 in boostrap5 project Screenshot from 2021-02-16 16-54-51

Small investigation about differentce between 4 and 5

  1. added a new size xxl
  2. removed marging bottom in form control
  3. removed badge-pill https://getbootstrap.com/docs/5.0/migration/#badges-1
  4. removed form-group https://getbootstrap.com/docs/5.0/migration/#forms-2
  5. renamed fload-right to float-end https://getbootstrap.com/docs/5.0/migration/#utilities-1
radekmie commented 3 years ago

Hey @michael-vasyliv. No, there is no plan to create a Bootstrap 5 theme, as we are not using Bootstrap at all in the company. However, I encourage you to do that, based on the existing themes (probably uniforms-bootstrap4 would be the best choice), and then file us a PR.

michael-vasyliv commented 3 years ago

@radekmie please check https://github.com/vazco/uniforms/pull/880

radekmie commented 3 years ago

@michael-vasyliv here's the plan for this theme:

@Monteth will take care of it.