cedar
cedar copied to clipboard
Add support for lists
Many elements in a GUI will appear in the form of lists, such as tabs in a browser, bookmarks, messages in a chat client, icons in a launcher, etc.
cedar’s view system should have a way to map a Vec
from the model into a list of GUI elements.
That would indeed help a lot.