TabList API
API documentation for the React TabList component. Learn about the available props, and the CSS API.
Import
import TabList from '@material-ui/lab/TabList';
// ou
import { TabList } from '@material-ui/lab';
Propriedades
Nome | Tipo | Padrão | Descrição |
---|---|---|---|
children | Array<element> | A list of <Tab /> elements. |
O
ref
é encaminhado para o elemento raiz.Any other props supplied will be provided to the root element (Tabs).