The static panel recipe is the most reused surface pattern in Once UI — for stats, settings sections, feature boxes, and pricing tiers that aren't clickable.
When to use
Use a static panel when content sits inside a bordered surface but nothing is clickable:
Feature comparison columns
Settings sections
Stats blocks
Non-interactive pricing tier boxes
For clickable tiles, use Card with href or onClick instead — see Highlighted card.
The recipe
Five props define the look:
Prop
Value
Role
`background`
`"surface"`
Elevated panel fill
`border`
`"neutral-alpha-weak"`
Subtle edge
`radius`
`"l"`
Rounded corners
`padding`
`"24"`
Inner breathing room
`gap`
`"16"`
Space between children
Grid of panels
Place multiple panels in a responsive row:Use fill on each panel so they share width equally in a row.