nav-tabs and nav-pills options

Hi,

BS 3.4 has Tabs component. Within the Tabs component you can have nav-tabs (default) or nav-pills which use the pills for tabbed navigation. Currently the only way to switch to this option is to convert the code the custom code and edit it. Obviously this is doable, but would be nice to have maybe a checkbox that would switch between the two options (also assigning the correct data-toggle value).

Thanks.

Instead of using the Tabs component, use the Nav component, and you will see the option for choosing Tabs or Pills.

Thanks, that helps!!