bc998444a3
* Possibly use safe Text component * Possibly use safe navigation components * Add experimental package * Update components to import from woocommerce/experimental * Make experimental package private * Reference experimental package relatively * Update packages/experimental/README.md Co-authored-by: Paul Sealock <psealock@gmail.com> * Update packages/experimental/CHANGELOG.md Co-authored-by: Paul Sealock <psealock@gmail.com> * Update history state instead of mocking getQuery in tests * Handle PR feedback * Create excluded externals array and return early Co-authored-by: Paul Sealock <psealock@gmail.com> |
||
---|---|---|
.. | ||
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.