CardTitleProps
CardTitleProps =
object
Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
as? | React.ElementType | A React component or the name of an HTML tag used to render the element. Default h1 |
children? | React.ReactNode | Content to render within the element. |
className? | string | A class property to attach to the element. See Element.className |
disabled? | boolean | If true, the component is disabled. Default false |
iconName? | IconName | The name of an icon to render at the beginning of the title content. |
id? | string | An identifier to attach to the element. See Element.id |
inline? | boolean | Whether to render the content as an inline element. Default false |