Description:
Currently tackling a project that involves recreating a widget similar to TabMenu/TabView in PrimeNg. Struggling with implementing different routerlinks on each button and customizing it to be more dynamic or resemble the provided image.
Desired widget design: https://i.sstatic.net/AmR60.png
Details:
Framework/Library: Angular, PrimeNg Issue: Customizing the TabMenu/TabView from primeng Goal: Occupy 90% of view width, be centered, and have tab widths matching the reference image. Current situation: Explanation of outcome when attempting customization.
HTML:
<div class="container ">
<p-tabMenu [model]="items">
</p-tabMenu> </div>
CSS: Experimented with various methods like modifying the container or adjusting specific tags from PrimeNg https://i.sstatic.net/u82I7.png but facing challenges making desired modifications.