Components

TabPanel

<TabPanel value index children className />

Constructor

# <TabPanel value index children className />

Tab panel helper component.

Allows for simpler handling of Tab content.

PropTypes:
Name Type Required Description Default
value any Yes Currently selected value
index any Yes Index value of this item
children node Yes Content of the link (text)
className string No Additional class applied to the outermost box.

View Source components/tabPanel.js, line 21