Changing from position to placement.

This commit is contained in:
Matt Mo 2020-12-09 09:34:46 -08:00
parent b75d121cb3
commit b73a8e8f3a

View File

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