Components
Custom React components built for the CDT platform. This section covers components in @collabdt/core/components/ — excluding shadcn/ui primitives, which are third-party and not documented here.
Components are organized by feature area: authentication/, settings/, viewers/, and ui/ for shared UI elements. Top-level components like Toolbar, AppSidebar, and DataTable are the main entry points for the platform shell.
Start with DataMenu — it's the main shell for managing building, site, file, and infrastructure data, and references several other components.
In this section
- AppSidebarContent
- Authentication Components
- BIM Viewer Tools
- BuildingDetails
- DataMenu
- DataTable
- FilePreview
- InfrastructureDetails
- NavigationBar
- Point Cloud Viewer Tools
- Settings Components
- SiteDetails Components
- Toolbar
- UserDetails
- Viewer