From ccc52bd332754921194571604a097cb6d73d074e Mon Sep 17 00:00:00 2001 From: Alain Belair Date: Fri, 4 Aug 2023 09:21:39 -0400 Subject: [PATCH] Update tabs-menu.php --- app-test/interactive/tabs-menu.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app-test/interactive/tabs-menu.php b/app-test/interactive/tabs-menu.php index e2a2d9c..ceb8e6b 100644 --- a/app-test/interactive/tabs-menu.php +++ b/app-test/interactive/tabs-menu.php @@ -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'));