3b7c05a845
* Add appropriate text props to supplement variant revamp * Add font styles to navigation title since its removed in wp.components * Add more missing styles * Accidental change * Add changelog * Fix lint * Update jest snapshots |
||
---|---|---|
.. | ||
README.md | ||
index.js | ||
style.scss |
README.md
ActivityHeader
A component designed for use in the activity panel. It returns a title and can optionally also include a component like dropdown or Ellipsis menu.
How to use:
import ActivityHeader from 'layout/activity-panel/activity-header';
render: function() {
return (
<ActivityHeader
title="Reviews"
/>
);
}
Props
title
: A title for this card (required).className
: Additional class names.menu
: A dropdown menu (EllipsisMenu) shown at the top-right of the card.