vaadin / board

Framework 8 version of vaadin-board
Other
8 stars 10 forks source link

Set Spacing for board? #92

Open matwjones opened 7 years ago

matwjones commented 7 years ago

More of an enhancement than an issue really...

But feel it would be useful to be able to have a board.setSpacing method, which has similar functionality to layout setSpacing methods, essentially automatically adding some padding.

At the moment, when you have 2 grid side by side, or 2 similar charts side by side, they seem to blend into one, and its hard to know where one starts and the next begins.

johannesh2 commented 7 years ago

Thank you. We will consider this for the next minor version.

Peppe commented 7 years ago

This is one of the most central feature requests right now, but it is a bit unclear on how to implement a generic solution that sits well with every usage of Board. As a workaround, you can do it with CSS for now. You can see examples in the board demo or the Full Stack Starter.