# Showcase

The flagship XWUIFeedbackForm demo. It covers the four semantic severities (plus the neutral no-severity default), primary-only versus primary+secondary copy, the free-form `status` token, and `actions` for recovery buttons like retry and cancel.

XWUIFeedbackForm is the shared lifecycle base underneath Alert, Toast and Notification, so its content payload is the `XWUIStateContent` shape (`primary`, `secondary`, `severity`, `status`, `actions`) rather than a bespoke data type. Each instance mounts into its own child div because an XWUI component clears its container on construct.
