Changing from position to placement.
This commit is contained in:
parent
b75d121cb3
commit
b73a8e8f3a
@ -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")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user