I would like to write a simple web app to test some concepts with Dart and Polymer.
The Web app has only few elements and the logic is simple.
The first element is a button, pressing the button a counter is increased by one.
Under the button there is a List of Years with the sum of counter. Touching one year the app scroll down to the months and touching the months down to days.
My issue is that I have no experience with Polymer and I would like to have some advice on which UI Elements I should use. Thanks in advance.