OnDemand
(Nico M)
September 12, 2024, 5:43pm
1
Hi, i think its not very easy to create a responsive app without having a lot of CSS. Are there any documentations i missed and not found via google?
I come from JSF where you could find a lot of ready to use templates like primefaces etc. It makes it easier to start a responsive app.
Can Vaadin-Copilot help developing responsive apps? Ok i see only for Hilla/React available, i am using Flow
knoobie
(Christian Knoop)
September 12, 2024, 5:48pm
2
1 Like
OnDemand
(Nico M)
September 12, 2024, 5:52pm
3
oh looks like i havent seen it yet. How have you found that page, i think i never have seen it, but will study it. Thanks! Any more suggesitions?
knoobie
(Christian Knoop)
September 12, 2024, 6:09pm
4
I’m subscribed to the blog it helps to get thr latest infos. Personally I use Bootstrap’s Grid combined with Vaadin’s FormLayout to archive responsiveness - not really much to add tho.
OnDemand
(Nico M)
September 12, 2024, 6:13pm
5
Bootstrap’s Grid with vaadin? I am confused.
knoobie
(Christian Knoop)
September 12, 2024, 6:26pm
6
Just add those 600 lines of css and apply those class names to divs
OnDemand
(Nico M)
September 12, 2024, 6:50pm
7
Nico M:
Bootstrap’s Grid
Download · Bootstrap v5.1 this?
its bootstrap grid has 5000 lines oO
knoobie
(Christian Knoop)
September 12, 2024, 7:05pm
8
If you inspect the file you can see that it contains 80% or more utility classes that aren’t needed. The bare grid is “small”
OnDemand
(Nico M)
September 12, 2024, 7:09pm
9
ah yeah indeed, so those 3 size-classes are what you mean?
Maybe you could drop an example how you use it in you vadin classes, would really appreciate it
knoobie
(Christian Knoop)
September 12, 2024, 7:30pm
10