NEURALNG
CONTENTBETA

Card

A semantic content container with independently composable header, body and footer sections, native landmarks and complete visual ownership.

Native sectionsComposableHeadless ready

GET STARTED

Import

Every section is standalone. Import only the sections present in the template.

app.ts TypeScript
import { NeuralCard, NeuralCardHeader, NeuralCardBody,
  NeuralCardFooter } from '@neural-ng/core/card';

@Component({
  imports: [NeuralCard, NeuralCardHeader, NeuralCardBody, NeuralCardFooter],
})

Basic composition

Project a real heading and connect the article name with ariaLabelledby when the card needs one.

WORKSPACE

Agent workspace

Build, observe and ship autonomous workflows from one focused workspace.

Optional sections

Header and footer are never required. A body-only region stays compact and semantic.

78%

Monthly capacity

Semantic roles

The root is always an article element. Add a role only when the information architecture requires it.

Default article

No explicit role

Named region

Important landmark

Related group

Grouped content

Rich projected content

Card does not invent media, title or action inputs. Images, badges, menus and application layouts remain ordinary projected composition.

ACTIVE

Research agent

Rich projected content remains fully application-owned.

Responsive Card grids

Card owns its surface, not surrounding layout. CSS Grid or Tailwind remains the correct owner of collection geometry.

Agents

24

Runs

1,284

Success

98.7%

Additive class ownership

cardClass, typed slots and local section classes compose without disabling the theme layer.

app.html HTML
<neural-card cardClass="max-w-lg" [classes]="{ body: 'leading-7' }">
  <neural-card-header headerClass="items-center">...</neural-card-header>
  <neural-card-body bodyClass="text-sm">...</neural-card-body>
  <neural-card-footer footerClass="justify-end">...</neural-card-footer>
</neural-card>

Unstyled and typed slots

Native structure, ARIA and structural hooks remain while every NeuralNg visual class is removed.

Consumer surface

Every pixel in this Card is supplied through typed consumer classes.
Headless ownership

Component boundaries

Card

Owns semantic surface and section composition.

Application

Owns headings, media, layout and content.

Interactive components

Buttons and links own activation and focus.