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.
|
||||
}),
|
||||
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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user