Skip to content

Commit

Permalink
Storybook: Improve component organisation - Actions (#66680)
Browse files Browse the repository at this point in the history
* Move Menu component under Actions container

* Add id

Co-authored-by: Vrishabhsk <[email protected]>
Co-authored-by: tyxla <[email protected]>
Co-authored-by: mirka <[email protected]>
  • Loading branch information
4 people authored Nov 12, 2024
1 parent a315a90 commit 9be61c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/components/src/menu/stories/index.story.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ import { createSlotFill, Provider as SlotFillProvider } from '../../slot-fill';
import { ContextSystemProvider } from '../../context';

const meta: Meta< typeof Menu > = {
title: 'Components (Experimental)/Menu',
id: 'components-experimental-menu',
title: 'Components (Experimental)/Actions/Menu',
component: Menu,
subcomponents: {
// @ts-expect-error - See https://github.com/storybookjs/storybook/issues/23170
Expand Down

0 comments on commit 9be61c4

Please sign in to comment.