Description
AI agent added IgrTabs as navigational component to the view correctly. However, it added and tab-body which is not necessary and fill the entire view.
Steps to reproduce
Add skills to a react application in the .github/skills folder. Ask Claude Sonnet 4.6 to do this:
In my application I have navigation in master view to each child component. I would like to have some more sofistcated component for this navigation, for example tabs. I also need to have visual indication when navigation completes to know on which tab I am now. Implement this for me.
Result
IgrTabs component is generated with its tab-body which is not needed when tabs is used for navigation.
Expected result
Only tabs should be visible on the main layout and routing outlet should fill the rest of the page.
Attachments
This is the result. There is tab-body which takes most of the page. In the end the router outlet is less than 30px.
