We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35394a0 + 2d897cf commit 293865bCopy full SHA for 293865b
1 file changed
src/Card/CardHeader.js
@@ -44,6 +44,8 @@ class CardHeader extends Component {
44
actAsExpander: PropTypes.bool,
45
/**
46
* This is the [Avatar](/#/components/avatar) element to be displayed on the Card Header.
47
+ * If `avatar` is an `Avatar` or other element, it will be rendered.
48
+ * If `avatar` is a string, it will be used as the image `src` for an `Avatar`.
49
*/
50
avatar: PropTypes.node,
51
0 commit comments