Skip to content

Instantly share code, notes, and snippets.

@fnneves
Created May 31, 2022 01:09
Show Gist options
  • Save fnneves/086943394c88b4d9323f670618f754b6 to your computer and use it in GitHub Desktop.
Save fnneves/086943394c88b4d9323f670618f754b6 to your computer and use it in GitHub Desktop.
firstpage_ = [
dbc.Row([
dbc.Col([
],
width={'size': 12, 'offset': 0, 'order': 0}),
]),
dbc.Row([
dbc.Col([
],
width={'size': 4, 'offset': 0, 'order': 0}),
dbc.Col([
],
width={'size': 8, 'offset': 0, 'order': 0}),
]),
dbc.Row([
dbc.Col([
],
width={'size': 4, 'offset': 0, 'order': 0}),
dbc.Col([
],
width={'size': 4, 'offset': 0, 'order': 0}),
dbc.Col([
],
width={'size': 4, 'offset': 0, 'order': 0}),
]),
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment