Skip to content

Component Documentation Index

This section tracks shared component documentation for src/components/*.

  • DynamicTable: /reference/dynamic-table/
  • ListEngine: /reference/list-engine/
  • SidePanel: /components/sidepanel/
  • TabManager: /reference/tab-manager/

Use this command to list current top-level shared components:

Terminal window
find journey-payroll-crm-frontend/src/components -mindepth 1 -maxdepth 1 -type d -printf "%f\n" | sort

Add a component reference doc when a component:

  • is reused across modules, or
  • exposes a non-trivial API/interaction model, or
  • has coupling with context/routing/state behavior.