ChemPare Documentation - v0.0.0
    Preparing search index...

    Function TabPanel

    • TabPanel component that renders content for a specific tab. The content is only visible when the tab is selected.

      Parameters

      Returns Element

      <TabPanel value={currentTab} index={0} name="first-panel">
      <div>First panel content</div>
      </TabPanel>