diff --git a/drawer.js b/drawer.js index ba34b82..3b489c6 100644 --- a/drawer.js +++ b/drawer.js @@ -133,7 +133,7 @@ class Drawer extends IgniteElement { this.update(); //If responsive is changed we must update. }), mobile: false, - position: "left", + placement: "left", width: "20em", height: null, padding: "1em", @@ -158,7 +158,7 @@ class Drawer extends IgniteElement { render() { return this.template - .class(this.position) + .class(this.placement) .child( new button() .class("open-btn")