Skip to content
Binary UIKit reference Stable

Sheet

Edge-anchored dialog panel with optional body padding.

Choose Sheet for supporting work that benefits from an edge-mounted panel and more room than a popover. Use an unpadded navigation sheet when the navigation owns its edge spacing. Set `padding="none"` for this case.

Interactive example

Loading interactive example

API

MemberTypeKindRequiredDefault
childrenSnippetsnippetNoundefined
closeLabelstringpropNo'Close'
descriptionstringpropNoundefined
dismissiblebooleanpropNotrue
footerSnippetsnippetNoundefined
openbooleanbindingNofalse
paddingSheetPaddingpropNo'md'
side'left' | 'right' | 'bottom'propNo'right'
sizeSheetSizepropNo'md'
titlestringpropNoundefined

Examples

Source

Loading source