Skip to content

Commit

Permalink
Update tabs-menu.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ibelar committed Aug 4, 2023
1 parent 329f7fe commit ccc52bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app-test/interactive/tabs-menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@

View\Divider::addTo(Ui::layout(), ['verticalSpace' => '12']);

View::addTo(Ui::layout())->setTextContent('Show how a Vue property, like an icon name, can be added to Tab component and be available
within the menu template.');

$tabs = Tabs::addTo(Ui::layout());
$tabs->setTabsMenuTemplate(Ui::templateFromFile(__DIR__ . '/template/tabs-menu-icon.html'));

Expand Down

0 comments on commit ccc52bd

Please sign in to comment.