Sidebar - is there an easy way ?
I expected there’d be a component for that
Sidebar - is there an easy way ?
I expected there’d be a component for that
This can probably be done a number of ways. I’m assuming your looking for something like this.
For this I used a Grid component, and 2 Container components.
The Grid will need 12 columns.
The Container component for the main area will need to be set to a Grid Item with 10 columns or smaller if you want a wider sidebar area.
The Container component for the sidebar area will need to set to a Grid item with columns set to 2 or the 12 minus whatever number of columns you used in the other column.
Thank you Edward !!