Open
Description
Still taking a look at the new list component :)
This time, i realize that there are no methods to return list items :(
Looking also at the tree component, i see that:
- it has a
Child
method, to add children
Line 133 in 33b3263
- it has a
Children
method to return children
Line 290 in 33b3263
On the list side:
I think both Item
and Items
methods could be combined into a single Item
method (just like Child
in tree does) and Items
should simply returns list items (just like Children
in tree does).
If you're ok with that, i can make a pull request.