Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/components/src/panel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Panels expand and collapse multiple sections of content.

The `Panel` family is intended for the block inspector sidebar. For collapsible sections elsewhere, use the [`CollapsibleCard`](https://wordpress.github.io/gutenberg/?path=/docs/design-system-components-collapsiblecard--docs) component instead.

![](https://make.wordpress.org/design/files/2019/03/panel.png)

## Design guidelines
Expand Down
4 changes: 2 additions & 2 deletions packages/components/src/panel/stories/index.story.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import PanelBody from '../body';
import InputControl from '../../input-control';

const meta: Meta< typeof Panel > = {
tags: [ 'manifest' ],
title: 'Components/Containers/Panel',
id: 'components-panel',
component: Panel,
Expand All @@ -30,7 +29,8 @@ const meta: Meta< typeof Panel > = {
docs: { canvas: { sourceState: 'shown' } },
componentStatus: {
status: 'recommended',
whereUsed: 'global',
whereUsed: 'editor',
notes: 'Intended for the block inspector sidebar. For collapsible sections elsewhere, use `CollapsibleCard` from `@wordpress/ui` instead.',
},
},
};
Expand Down
Loading