yiisoft / yii2-bootstrap4

Yii 2 Bootstrap 4 Extension
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
216 stars 106 forks source link

Fix typo in `Nav` docblock #193

Closed particleflux closed 4 years ago

particleflux commented 4 years ago

The tab-style navigation in Bootstrap 4 is activated via nav-tabs not nav-tab. See https://getbootstrap.com/docs/4.0/components/navs/#tabs

Additionally, this widget is for Bootstrap 4, not 3. Seems to still not support multi-level dropdowns in nav elements.

Q A
Is bugfix? yes (semver would probably say bugfix)
New feature? no
Breaks BC? no
Tests pass? yes
samdark commented 4 years ago

Thanks!