♻️ (pagetop): Incorpora Context al render de Props
This commit is contained in:
parent
a2b3ae2eb8
commit
ab1d4f0efb
49 changed files with 212 additions and 133 deletions
|
|
@ -103,7 +103,7 @@ impl Component for Dropdown {
|
|||
let toggle_label = Lc::l("dropdown_toggle").using(cx);
|
||||
|
||||
Ok(html! {
|
||||
div (self.props()) {
|
||||
div (self.props().unpack(cx)) {
|
||||
@if *self.button_split() {
|
||||
button type="button" class=(&button_classes) { (&title) }
|
||||
button
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue