Sheet Panel
Headless drawer card surface (no Scrim/slide) for your own overlay root.
ui overlay
Preview
Installation
npx slintcn@latest add sheet-panelUsage
import { SheetPanel } from "slintcn/components/sheet-panel.slint";
// You position + size it inside your overlay root.
SheetPanel {
title: "Filters";
description: "Refine your results.";
}
Properties
title
in
string
Heading inside the panel.
description
in
string
Body text under the title.
Dependencies
theme only
Installed automatically as transitive dependencies of slintcn add sheet-panel.