Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Aug 28, 2024
1 parent 4843b88 commit e148e81
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions packages/components/src/dropdown-menu-v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ The help text contents.

- Required: yes

### `DropdownMenuGroup`
### `DropdownMenuV2.Group`

Used to group menu items.

Expand All @@ -325,6 +325,20 @@ The contents of the group.

- Required: yes

### `DropdownMenuSeparatorProps`
### `DropdownMenuV2.GroupLabel`

Used to render a group label. The label text should be kept as short as possible.

#### Props

The component accepts the following props:

##### `children`: `React.ReactNode`

The contents of the group label.

- Required: yes

### `DropdownMenuV2.Separator`

Used to render a visual separator.

0 comments on commit e148e81

Please sign in to comment.