appuniversum / ember-appuniversum

Ember addon wrapping the appuniversum components.
https://appuniversum.github.io/ember-appuniversum
MIT License
14 stars 11 forks source link

Add `AuButton` support to the `AuTabs` component #506

Open Windvis opened 1 month ago

Windvis commented 1 month ago

Not all tab bar items should be links. Sometimes you want a tabbable interface that doesn't change to a different route, but simply shows different data.

OP has a setup like this, and for styling reasons they use an AuLink without passing any route information (which is not guaranteed to work in the future). Ideally they could use a button instead.