Re: [FlexJS] MDL List layout

2016-12-30 Thread Carlos Rovira
Hi Om, we didn't create any "layout" yet in MDL like in FlexJS, but the ones exposed in MDL (Grid,...) and we should think about it If we can introduce some layout beads or if MDL components and layouts has it as native implementations. for example, "flow" is considered in Grid component, since t

[FlexJS] MDL List layout

2016-12-30 Thread OmPrakash Muppirala
Carlos/Piotr, What is the right way to horizontal flow layout for an mdl:List? I tried using the HorizontalFlowLayout, but I don't think they are compatible. I ended up doing this: .membersList { display: flex !important; flex-direction: row; flex-wrap: wrap; justify-content: sp