Home Reference Source Repository
public class | source

Tab

Extends:

react~React.Component → Tab

This is the <Tab /> component. A tab should display its content if currently selected. A tab must contain a tabKey and children.

Example:

<Tab tabKey={2}>
  <h1>Hello World</h1>
</Tab>

Method Summary

Public Methods
public

render(): *

Public Methods

public render(): * source

Return:

*