Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Card — header + body

Card is a surface container. CardHeader { title, subtitle } sits above a CardBody separated by a 1px divider. Used everywhere the editor groups related controls — recording metadata, timeline, export presets.

The composition pattern (<Card> <CardHeader/> <CardBody>…</CardBody> </Card>) is rust-ui-flavored: small composable building blocks rather than a single fat component with a dozen props.

Open as standalone demo →


Card API · Components index