Describe your motivation
I tried to bind a value signal to the Markdown component, but it has no api for this use case.
Describe the solution you'd like
Markdown should provide at least a bindContent(ValueSignal<String>) method.
Maybe also a bind for ListSignal that calls addContent, but not sure if that is really useful, therefore something to think about and maybe discard.
Describe alternatives you've considered
Implementing my own effect setting the value.
Additional context
No response
Describe your motivation
I tried to bind a value signal to the
Markdowncomponent, but it has no api for this use case.Describe the solution you'd like
Markdownshould provide at least abindContent(ValueSignal<String>)method.Maybe also a bind for ListSignal that calls addContent, but not sure if that is really useful, therefore something to think about and maybe discard.
Describe alternatives you've considered
Implementing my own effect setting the value.
Additional context
No response