cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Sheet Component to Side

arijan_zenuni
Dynatrace Participant
Dynatrace Participant

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

arijan_zenuni_0-1668805141602.png

2 REPLIES 2

sinisa_zubic
Dynatrace Champion
Dynatrace Champion

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

Joelle
Dynatrace Promoter
Dynatrace Promoter

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

Featured Posts