<
593F
div class="d-flex flex-md-row flex-column">
π The Layout Export Edition π
For layout components, this exports the underlying HTML elements and canvas contexts. It's helpful in things like Canvas components if you want to modify the main canvas outside of any child component and you don't want to create an intermediary wrapper. It also lets you use things like d3.zoom, which require access to the root <svg>
tag. It closes #40