Skip to content

CardTitleProps

CardTitleProps = object

PropertyTypeDescription
as?React.ElementTypeA React component or the name of an HTML tag used to render the element. Default h1
children?React.ReactNodeContent to render within the element.
className?stringA class property to attach to the element. See Element.className
disabled?booleanIf true, the component is disabled. Default false
iconName?IconNameThe name of an icon to render at the beginning of the title content.
id?stringAn identifier to attach to the element. See Element.id
inline?booleanWhether to render the content as an inline element. Default false