Component Documentation Index
Component Documentation Index
Section titled “Component Documentation Index”This section tracks shared component documentation for src/components/*.
Current reference docs
Section titled “Current reference docs”DynamicTable:/reference/dynamic-table/ListEngine:/reference/list-engine/SidePanel:/components/sidepanel/TabManager:/reference/tab-manager/
Inventory Source
Section titled “Inventory Source”Use this command to list current top-level shared components:
find journey-payroll-crm-frontend/src/components -mindepth 1 -maxdepth 1 -type d -printf "%f\n" | sortDocumentation Rule
Section titled “Documentation Rule”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.