I'm just getting started with Material UI for React. In my design, I need to have a one-column gap between each item component, totaling 12 columns.
For example, it should look like this: 3 column item + 1 column gap + 3 column item + 1 column gap + 3 column item + 1 column gap
Is there a way to achieve this using xs/lg etc without adding empty column items or static margin padding?