Currently the CB takes an array of items and renders them as lielements. This fine for most basic use cases. However if a user wants to render e.g. images inside of them, this is impossible.
Describe the solution you'd like
Slots might be a solution, though iterating over the list will be tricky and sticking to the correct structure increases implementation effort.
Currently the CB takes an array of items and renders them as
lielements. This fine for most basic use cases. However if a user wants to render e.g. images inside of them, this is impossible.Describe the solution you'd like
Slots might be a solution, though iterating over the list will be tricky and sticking to the correct structure increases implementation effort.