PolymerElements / iron-elements

Core elements
47 stars 23 forks source link

Element request: iron-link #44

Open WillSquire opened 8 years ago

WillSquire commented 8 years ago

iron-link

As someone using the iron-pages element in conjunction with the iron-selector I like how theselected property can be bound between these two elements. It would be great if there were an iron-link element that also had a selected property. This value could be altered onClick to another property on the element called selected-value and the state can change if the selected value is the same as selected-value (styling via a mixin).

Thanks for reading and I am able to make this element myself if wanted.