Files
clients/apps/browser/src/popup/tabs-v2.component.html
Jordan Aasen 18d47a29df [CL-420][PM-18798] - Berry component and tab navigation (#14135)
* berry component and nav slot

* remove debug

* don't worry about routes

* add announce and tests

* fix story

* use existing notification color. fix border radius

* fix berry component class

* finalize berry component

* fix tests

* fix story

* move logic to tabs-v2 component.

* move navButtons to tabs-v2.component

* fix layout

* move story.

* cleanup
2025-04-22 10:18:10 -07:00

4 lines
116 B
HTML

<popup-tab-navigation [navButtons]="navButtons$ | async">
<router-outlet></router-outlet>
</popup-tab-navigation>