CardHeaderSlots

external interface CardHeaderSlots(source)

Properties

Link copied to clipboard
abstract var action: ElementType<*>

The component that renders the action slot.

Link copied to clipboard
abstract var avatar: ElementType<*>

The component that renders the avatar slot.

Link copied to clipboard
abstract var content: ElementType<*>

The component that renders the content slot.

Link copied to clipboard
abstract var root: ElementType<*>

The component that renders the root slot.

Link copied to clipboard
abstract var subheader: ElementType<*>

The component that renders the subheader slot (as long as disableTypography is not true). Follow this guide to learn more about the requirements for this component.

Link copied to clipboard
abstract var title: ElementType<*>

The component that renders the title slot (as long as disableTypography is not true). Follow this guide to learn more about the requirements for this component.