NEURALNG
FEEDBACKBETA

Message

Inline feedback that belongs inside forms, cards, panels and normal page flow. It is immediate, accessible, theme-aware and independent from the global Message store.

Inline flowSeven severitiesHeadless ready

STANDALONE API

Import

The renderer and headless notification store share one granular entry point but remain independent.

app.ts TypeScript
import { NeuralMessage } from '@neural-ng/core/message';

@Component({ imports: [NeuralMessage] })

Basic inline feedback

Unlike Toast, Message occupies layout space and stays exactly where it is declared.

Workspace updatedYour settings are available to every team member.

Semantic severities

The full surface follows severity while primary and surface palettes continue to work in light and dark mode.

primaryprimary inline feedback.
secondarysecondary inline feedback.
neutralneutral inline feedback.
infoinfo inline feedback.
successsuccess inline feedback.
warningwarning inline feedback.

Filled, outlined and simple

Use filled for prominent notices, outlined for quieter panels and simple for compact field guidance.

Filled message
Outlined message

Sizes and icons

Automatic Neural Icons can be replaced, recolored through ordinary classes or disabled.

Compact helper message
SecureCustom icon classes inherit normal CSS.
Large message without an icon

Controlled dismissal

visible is a two-way Signal model. Closing emits one semantic event; the consumer decides when it returns.

Draft restoredThe local draft was recovered.

Projected content and actions

Plain content stays in the message body. Mark controls with message-actions to keep them in the trailing action slot.

New version availableReview the changelog before upgrading.

Unstyled and typed slots

Unstyled removes NeuralNg’s visual layer while semantics, model, dismissal and stable structural hooks remain.

Fully headlessStructural hooks and behavior remain.

Message, Toast and Message API

Message

Inline, local and declarative. Best inside forms and component surfaces.

Toast

Floating renderer with positioning, timers, channels and swipe dismissal.

Message API

Headless Signal store used when application actions publish notifications.