Tab

Disabled Tab

Use the disabled prop to indicate that a Tab is not available for interaction.

Malachite is a copper carbonate hydroxide mineral, with the formula Cu2CO3(OH)2. This opaque, green banded mineral crystallizes in the monoclinic crystal system, and most often forms botryoidal, fibrous, or stalagmitic masses, in fractures and spaces, deep underground, where the water table and hydrothermal fluids provide the means for chemical precipitation.

<Tabs label="Minerals" height="7.75em">
  <Tab title="Malachite">
    <Text>{content.malachite}</Text>
  </Tab>
  <Tab title="Fluorite">
    <Text>{content.fluorite}</Text>
  </Tab>
  <Tab disabled title="Magnetite">
    <Text>{content.magnetite}</Text>
  </Tab>
  <Tab title="Malachite">
    <Text>{content.malachite}</Text>
  </Tab>
  <Tab disabled title="Fluorite">
    <Text>{content.fluorite}</Text>
  </Tab>
</Tabs>