Options
The Bottom Sheet supports an optional subheader, an optional close button, and any content composed from Carto components.Subheader
An optional subheader renders a secondary line beneath the title — useful for a short status or timestamp. Omit it for a title-only header, as in the hero example above.Close Button
The header close button is shown by default. SetshowCloseButton={false} to hide it — the sheet remains dismissable via the drag handle, the backdrop, and Escape.
Content
content accepts any ReactNode, so compose Carto components — Checkbox, ArtifactCard, ActionLog, and so on — to build the sheet’s body.