ComponentsBottom PanelBottomPanelA bottom panel component to use in a canvas context.GitHub LogoSource CodeNPM Logouikit-react-pentaho Usage Show CodeTab 1Tab 2Contentexport default function Demo() { return ( <HvCanvasBottomPanel className="relative" open tabs={tabs}> Content </HvCanvasBottomPanel> ); } const tabs = [ { id: 0, title: "Tab 1" }, { id: 1, title: "Tab 2" }, ]; export default function Demo() { return ( <HvCanvasBottomPanel className="relative" open tabs={tabs}> Content </HvCanvasBottomPanel> ); } const tabs = [ { id: 0, title: "Tab 1" }, { id: 1, title: "Tab 2" }, ];Last updated on May 23, 2025Get StartedSide Panel