ObjectCard

The shared card chrome for any object: avatar or type icon, title, subtitle, type tag, body, actions.

Playground

<ObjectCard
  type="person"
  title="Alice Chen"
  subtitle="CTO at Acme"
  variant="full"
>
  <PropertyList>
    <Property label="Email" value="alice@acme.com" />
    <Property label="Last touch" value="Emailed 2 hours ago" />
    <Property label="Phone" value={null} />
  </PropertyList>
</ObjectCard>

Alice Chen

CTO at Acme
Contact
Email
alice@acme.com
Last touch
Emailed 2 hours ago
Phone