d2d8d78be1
This commit moves all of the packages in `plugins/woocommerce-admin/packages` to their new home in `packages/js`. |
||
---|---|---|
.. | ||
stories | ||
test | ||
README.md | ||
index.js | ||
style.scss |
README.md
SectionHeader
A header component. The header can contain a title, actions via children, and an EllipsisMenu
menu.
Usage
<SectionHeader title="Section title" />
Props
Name | Type | Default | Description |
---|---|---|---|
className |
String | null |
Additional CSS classes |
menu |
(custom validator) | null |
An EllipsisMenu , with filters used to control the content visible in this card |
title |
One of type: string, node | null |
(required) The title to use for this card |