|
|
|
|
|
by gkaemmer
2280 days ago
|
|
Curious why you're so opposed to spacer components. In my experience they work quite well--often a designer has specified that two widgets lie a certain distance apart, either vertically or horizontally, and the programmer needs to express that in code. Makes much more sense to use a spacer component than to add a margin to one or both of the widgets themselves. If responsiveness is what you're after, you can easily make your spacers adaptable to different screen sizes. |
|