diff --git a/NavBar.php b/NavBar.php index f67f32b..10fc7da 100644 --- a/NavBar.php +++ b/NavBar.php @@ -27,6 +27,7 @@ use yii\helpers\ArrayHelper; * ['label' => 'Home', 'url' => ['/site/index']], * ['label' => 'About', 'url' => ['/site/about']], * ], + * 'options' => ['class' => 'navbar-nav'], * ]); * NavBar::end(); * ```