Sheet

An overlay panel sliding from an edge.

Left side

Bottom side

Scrollable

API reference

Inputs

PropTypeDefaultDescription
side"bottom" | "left" | "right" | "top"'right'Screen edge the sheet slides in from.
ariaLabelstring'Sheet'Accessible label applied to the sheet dialog.

Two-way models

Bind with [(name)], or one-way as an input.

PropTypeDefaultDescription
openbooleanfalseWhether the sheet is open. Two-way bindable with `[(open)]`.

Every ng-blatui component also accepts a class input to merge extra Tailwind classes onto the host.