DEV Community

Cover image for Angular Horizontal Tabs
w3hubs.com
w3hubs.com

Posted on

Angular Horizontal Tabs

As previously we made Angular Vertical Tabs using the same CLI but now here we made Horizontal tabs using HTML and CSS with the help of angular CLI. In these tabs, we used simple scss features and basic HTML tags.

Here we also used HTML list tag and CSS flex-box properties to make this list in the same line. we used the angular OnInit lifecycle method to set a tabs value on clicks it will change. Here we used one active class with simple CSS like color and the same font which looks simple and attractive.

Make it yours now by using it, downloading it, and please share it.

Get Source Code

Top comments (0)