Plugins

Productled offers a variety of plugin libraries to extend its capabilities. You can choose and install the plugins that best suit your needs. For example, to install the Spotlight plugin:

npm install @productled/<plugin-name>

e.g.,

npm install @productled/spotlights

Register the plugin with Productled Core at application start. e.g., in file: index.tsx

productled.registerPlugins(...plugins: Plugin[]);

e.g.,

productled.registerPlugins(new SpotlightPlugin());

Available Plugins


Table of contents