Setting panel width

Open panels on the left, right, top or bottom side using the openOn option:

const panel = this.$showPanel({
    component: "panel-1",
    width: {{ this.width }},
    props: {}
});