List
A grouped list of rows wrapped in a single card with dividers between items.
ListItem is a static row. Use ListItemButton for click handlers and ListItemLink for typesafe navigation — both ship with hover, focus, and cursor styles built in.
Basic
Your personal information.
Manage what you hear from us.
Settings New
Tune the app to your preferences.
With Actions
Rows that own a control (switch, checkbox, trailing button) stay as static ListItems — never nest a button inside a clickable row.
Receive a summary every morning.
Get pinged on this device.
As Links
ListItemLink wraps ListItemButton with TanStack Router’s createLink. Pass to, params, search directly — fully typed against the consumer’s route tree. Always pass dynamic segments through params (e.g. to="/orgs/$orgSlug" params={{ orgSlug }}) rather than interpolating into the path string — interpolation skips type checking and silently breaks when a route changes.
As Buttons
Use ListItemButton when the entire row should fire an onClick instead of navigate.
With Trailing Button
Some rows have a primary action instead of a link or a switch.
Permanently remove this account and all its data.