Can someone help me to create this List

I’m pretty new to the ionic framework and I’ve saw this example that I want to recreate.

image

Can someone tell me wich params I have to make to do it.
thanks.

Use this and couple it to a collection/array of objects in your class

Try this to see an example
ionic start MyIonic2Project tutorial --v2 --ts

Thanks. I know how to do it now.
It’s a Multiline list with the colored bar at the left of the ion-item. it just a css line
for example: border-left: 2px solid #3BC7C4;

1 Like