BottomPanelA bottom panel component to use in a canvas context.GitHub LogoSource CodeNPM Logouikit-react-pentahoUsagePropsClasses 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", }, ];Get StartedSide Panel