Skip to content

CardTitleProps

CardTitleProps: object

Type declaration

NameTypeDescription
asReact.ElementTypeA React component or the name of an HTML tag used to render the element. Default h1
childrenReact.ReactNodeContent to render within the element.
classNamestringA class property to attach to the element. See Element.className
disabledbooleanIf true, the component is disabled. Default false
iconNameIconNameThe name of an icon to render at the beginning of the title content.
idstringAn identifier to attach to the element. See Element.id
inlinebooleanWhether to render the content as an inline element. Default false