Closed
Description
The following works:
link('Users', to='/users')
When I replace 'Users' with a html composite, eg:
button = html.button({'class_name': '...'},
icon(),
html.span({'class_name': ...'}, 'Users')
)
link(button, to='/users')
The button composite is rendered as an empty <div></div>
. The button composite renders correctly outside the link.
Metadata
Metadata
Assignees
Labels
No labels