implement listeners for Button component back

This commit is contained in:
Aleksander
2025-06-28 18:30:38 +02:00
parent 2420e8007c
commit 28d58fef59
6 changed files with 65 additions and 26 deletions

View File

@@ -45,6 +45,7 @@ pub fn parse_component_button<'a>(
let button = button::construct(
ctx.layout,
ctx.listeners,
parent_id,
button::Params {
color,