Modular Configurator
The Modular Configurator represents Mimeeq's most advanced product visualization technology, enabling customers to build complex, component-based products in a spatial environment. This powerful tool is ideal for configuring modular furniture systems, kitchen designs, office layouts, and other multi-component products where spatial relationships matter.
Getting Started
Integrating the Modular Configurator into your website begins with generating the appropriate embed code from your Mimeeq Admin Panel:
- Navigate to Admin Panel → Product
- Click the "Copy Embed Code" button
- Select the desired configuration options
- Copy the generated code to your clipboard
- Paste the code into your website's HTML
While the Modular Configurator can be displayed both within and outside a modal dialog, we strongly recommend using a modal presentation for optimal user experience. Modal presentation is automatically enforced when using Product List or Favorites List embeds.
Mimeeq supports two modular product types: Full Modular (manual component selection and arrangement) and Hybrid Modular (rule-based combination that appears like a standard configurator to the user). See Product Types for the differences.
For keyboard shortcuts available in the modular configurator, see Modular Configurator Shortcuts.
Integration Methods
Mimeeq offers two methods for integrating the Modular Configurator, with our web component approach being the recommended solution.
Web Component (Recommended)
Our modern web component method provides the simplest and most reliable integration experience. This framework-agnostic approach works with virtually any website or web application.
<mmq-embed short-code="F95SNI" locale="en" with-history></mmq-embed>
The web component delivers several key advantages:
- Simplified code implementation
- Better performance and reliability
- Easier updates and maintenance
- Consistent cross-browser behavior
For complete documentation on the mmq-embed component, including all available attributes and advanced usage patterns, see our mmq-embed reference.