Sample Table Glossary

Published on January 2nd 2019 - 1 min read

In Category config

Config Setting Glossary

Name Type Default Description
action node   The action to display in the card header.
avatar node   The Avatar for the Card Header.
classes object   Override or extend the styles applied to the component. See CSS API below for more details.
component union: string |
 func |
 object
'div' The component used for the root node. Either a string to use a DOM element or a component.
disableTypography bool false If true, the children won't be wrapped by a Typography component. This can be useful to render an alternative Typography variant by wrapping the title text, and optional subheader text with the Typography component.
subheader node   The content of the component.
subheaderTypographyProps object   These props will be forwarded to the subheader (as long as disableTypography is not true).
title node   The content of the Card Title.
titleTypographyProps object   These props will be forwarded to the title (as long as disableTypography is not true).