remi icon indicating copy to clipboard operation
remi copied to clipboard

Integration with bootstrap

Open mglowacki100 opened this issue 7 years ago • 4 comments

It would be great to have remi integrated with Bootstrap. Now you can change style.css, but due to different name conventions like btn vs button, it doesn't work smoothly. Moreover responsive features of Bootstrap don't work for me (I've included js files from bootstrap). There is a lot of free and commercial themes and tools for Bootstrap, also responsiveness is quite important nowadays. Also default style of remi is not very polished.
What do you think about it? Maybe a fork remistrap?

mglowacki100 avatar Feb 14 '17 10:02 mglowacki100

It would not be a small project.

nzjrs avatar Feb 14 '17 10:02 nzjrs

remi should remain a python-first API / experience. So what is the minimum useful improvement here? media-queries for text-size and a grid system? perhaps that could be doable without breaking everything.

Some simple responsive layout frameworks

  • https://thisisdallas.github.io/Simple-Grid/
  • http://getskeleton.com/
  • http://flexboxgrid.com/
  • http://cobyism.com/gridism/

nzjrs avatar Feb 19 '17 08:02 nzjrs

👍 for Flexbox Grid.

caedn avatar Mar 02 '17 12:03 caedn

I made a simple GridBox layout widget in development branch. Maybe could be helpful for you.

dddomodossola avatar Apr 04 '18 13:04 dddomodossola