18 Nov 2022 09:00 PM - last edited on 02 May 2023 02:29 PM by educampver
Hello Team,
Is there a way to make the Sheet component - https://developer.dynatrace.com/reference/design-system/preview/overlays/Sheet/ , open to the side?
Similar to what's available in Dynatrace > Container > Properties & Tags
Solved! Go to Solution.
21 Nov 2022 07:49 AM
Hi Arijan,
What currently would be possible out of the box is to open the sheet component from the bottom by using the topoffset property
<Sheet
topoffset={308}
title="Some sheet title"
show={state}
onDismiss={() => setState(false)}
actions={...}
>
Best
Sini
21 Nov 2022 08:29 AM
Hi Arijan,
We're also currently working on a Page component that allows an explicit detail view on the right-hand side. It won't overlay the other content so you can have both elements visible at the same time. It can then be also closed again by user interaction. I guess this would be the best suitable component for your use case.
It will be released in one of the next releases.
Kind regards,
Joelle