flow-components
flow-components copied to clipboard
feat: add master-detail-layout Flow component APIs
Description
Part of https://github.com/vaadin/platform/issues/7173
Implemented the following APIs:
setOrientation()/getOrientation()setContainment()/getContainment()setForceOverlay()/isForceOverlay()setAnimationEnabled()/isAnimationEnabled()setStackThreshold()/getStackThreshold()
Type of change
- Feature