ComponentsToolbar TabsToolbarTabsA toolbar tabs component to use in a canvas context.GitHub LogoSource CodeNPM Logouikit-react-pentaho Usage Show CodeMy first tabCreate newexport default function Demo() { return ( <HvCanvasToolbarTabs defaultTabs={[ { id: "tab1", label: "My first tab", icon: <Leaf />, }, { id: "tab2", label: "My tab with a very long label", icon: <Leaf />, }, ]} /> ); } export default function Demo() { return ( <HvCanvasToolbarTabs defaultTabs={[ { id: "tab1", label: "My first tab", icon: <Leaf />, }, { id: "tab2", label: "My tab with a very long label", icon: <Leaf />, }, ]} /> ); }Last updated on May 23, 2025Toolbar