woocommerce/plugins/woocommerce-admin/client/components/section-header/example.md

6 lines
148 B
Markdown

```jsx
import { SectionHeader } from '@woocommerce/components';
const MySectionHeader = () => <SectionHeader title={ 'Store Performance' } />;
```