v1.1.0
This release adds more configuration options:
- Menu options: the following config attributes are added:
useAccordionMenu: boolean; // default: true
accordionMenuTitle: string; // default: "Menu"
When useAccordionMenu is set to true
, the menu is displayed with a details HTML element, which can be styled by targeting the following css classes:
.grid-plan-menu__summary{}
.grid-plan-menu__body{}
- Opacity of non selected components, when a component is selected can now be managed through the following config attribute:
nonSelectedOpacity: number; // default: 0.3