Sheet component extends the functionality of the Dialog component, providing a way to display additional content that complements the main content of the screen. It is particularly useful for presenting contextual information, settings, or secondary actions without fully obscuring the underlying content. The Sheet component often slides in from the edges of the screen, creating a smooth overlay effect and maintaining a connection to the primary content. This enhances the user experience by offering supplementary information or actions within the same context.
yarn add @camped-ui/sheet
View docs here.