Autodesk / orion-ui

UI Components that work seamlessly in multiple UI frameworks
https://goo.gl/shxHPB
Other
22 stars 6 forks source link

Remove LinkList and SectionList in favor of heterogenous children #297

Open camwest opened 7 years ago

camwest commented 7 years ago
As a developer
I want to be able to look at the hig.web interface hierarchy and directly map it to React Components
So that I can learn the hig components easier

Instead of having exclusively homogenous collections let's adhere closer to the hig and allow multiple types of children to be added as React Children. See ProjectAccountSwitcher for an example.