Apps & UI
Custom components
RidgeCRM’s custom web component registry.
Component registry
Custom components are registered web components with a label, tag name, category, bundle URL, schema/config, and active state. They use standard browser custom elements and run inside RidgeCRM pages.
html
Registered component tag
<ridge-revenue-widget record-id="..." object-type="Account"></ridge-revenue-widget>Runtime context
The custom component host should pass record context, object type, organization context, and API access details. Components should treat RidgeCRM as the data boundary and call documented APIs rather than reaching around services.