# Integration Notes This repo provides reusable primitives for notifications and common UI states. ## Expected reusable components - `ToastProvider` / `useToast()` - `ToastViewport` / `ToastItem` - `Banner` - `EmptyState` - `Skeleton` primitives - `ConfirmDialog` - `FormField` helpers (error, helper text) ## Integration pattern - Copy `src/components/**` into target app. - Map `--ux-*` tokens to the target app’s token system. - Keep logic UI-only and framework-agnostic within React.