Card

Primary surface block for grouped content in docs, site, and dashboard layouts.

Card now exposes surface, border, and recipe hooks from the native `axonyx-ui` wrapper.

Default card

Use for ordinary content sections and page groups.

Forged surface

Use when the panel should feel more industrial and prominent.

Riveted border

Use for Foundry-specific emphasis without changing structure.

Inset surface

Good for nested read-only previews, logs, and recessed machine panels.

Page header recipe

Recipes keep the same component contract while changing visual role.

Usage

Code
ax
<Card title="Deploy status" surface="forged" border="forged">
  <Copy>Production build is ready.</Copy>
</Card>

Card API

Inline API contract for the native `.asx` component.

  • surface: default | brushed | forged | inset
  • recipe: section semantic presets
  • border: optional forged edge treatment