SheetHeader API

API reference docs for theSheetHeadercomponent. For examples and details on the usage of this component, visit the component demo page.

Props

Prop

Type

Description

Default

closeButtonProps?

object

To render and customise Sheet close button contains label and onClick

_

closeButtonProps.label

string

Aria label content for the close Icon button.

_

closeButtonProps.onClick

function

Callback function to be invoked when the close button is clicked.

_