added layout elements
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
import dash_mantine_components as dmc
|
||||
|
||||
|
||||
image_element = dmc.Center(
|
||||
dmc.Image(
|
||||
id="image_container",
|
||||
width=600,
|
||||
height=600,
|
||||
withPlaceholder=True,
|
||||
placeholder=[
|
||||
dmc.Loader(
|
||||
color="gray",
|
||||
size="md"
|
||||
)
|
||||
]
|
||||
)
|
||||
)
|
||||
Reference in New Issue
Block a user