Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Nov 22, 2023
1 parent 20818b1 commit ef79b57
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions packages/components/src/dropdown-menu-v2-ariakit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,34 @@ Event handler called when the checked radio menu item changes.

- Required: no

### `DropdownMenuItemLabel`

Used to render the menu item's label.

#### Props

The component accepts the following props:

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

The label contents.

- Required: yes

### `DropdownMenuItemHelpText`

Used to render the menu item's help text.

#### Props

The component accepts the following props:

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

The help text contents.

- Required: yes

### `DropdownMenuGroup`

Used to group menu items.
Expand Down

0 comments on commit ef79b57

Please sign in to comment.