jlooper / nativescript-snacks

🍕 Short snippets and videos to help users learn NativeScript
http://www.nativescriptsnacks.com
24 stars 8 forks source link

Timeline list #42

Open cryptonator000 opened 6 years ago

cryptonator000 commented 6 years ago

Something like this:

35145888-fae0f1e2-fd3b-11e7-9571-2143342512c8

7ammer commented 6 years ago

Hey @cryptonator000, do you see this list getting very long? If the list is really long I can imagine using either a ListView, otherwise simply using a for loop on an array would sufficient.

In Nativescript-Vue we would do something like this: <label v-for="item in timelineArray" :text="timelineArray.text">

cryptonator000 commented 6 years ago

@7ammer thanks for responding, I think styling is the big issue here, the vertical line specifically

7ammer commented 6 years ago

Hello, I've created this: https://play.nativescript.org/?template=play-vue&id=vYxeob Any change someone could check it on an iOS device? I don't own one.

jlooper commented 6 years ago

Looks good on my iPhone!

cryptonator000 commented 6 years ago

@7ammer THIS IS AWESOME!!! Thanks man. @jlooper this definitely should be on the site