card-header

v4.9.10arrow_drop_down
v4.9.10
v4.5.2
v3.9.2
STATUS
Passing
DOWNLOADS
716
LICENSE
MIT
VISIBILITY
Public
PUBLISHED
4 years ago
SIZE
25 KB
Demos: - [Cards](https://material-ui.com/components/cards/) API: - [CardHeader API](https://material-ui.com/api/card-header/)
2 contributors
Install card-header as a package?
Copied
npm i @bit/mui-org.material-ui.card-header
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.cloud
Component Example
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
import
any of the 1 million components
and packages in Bit or NPM to the example.
import Button from '@bit/grommet.grommet.button';
import Lodash from 'lodash';
toggle layout
modifieddraft
chevron_left
chevron_right
cardHeader ()

Demos:

API:

Properties
NameTypeDescription
action
node

The action to display in the card header.

avatar
node

The Avatar for the Card Header.

classes
(required)
object

Override or extend the styles applied to the component. See CSS API below for more details.

className
string
component
elementType

The component used for the root node. Either a string to use a DOM element or a component.

disableTypography
bool

If true, subheader and title 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).

Help and resources