learning_ai_common_plat/dashboards/ux-lab/lovable-notify-states-kit/INTEGRATION_NOTES.md

495 B
Raw Blame History

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 apps token system.
  • Keep logic UI-only and framework-agnostic within React.