Skip to content

Commit df17b4b

Browse files
authored
Mark ActionMenu as beta (#2003)
1 parent 8c32020 commit df17b4b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/content/ActionMenu.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
componentId: action_menu
33
title: ActionMenu
4-
status: Alpha
4+
status: Beta
55
source: https://github.com/primer/react/tree/main/src/ActionMenu.tsx
66
storybook: '/react/storybook?path=/story/composite-components-actionmenu'
77
description: An ActionMenu is an ActionList-based component for creating a menu of actions that expands through a trigger button.
@@ -41,7 +41,7 @@ import {Box, Avatar, ActionList, ActionMenu} from '@primer/react'
4141
<br />
4242

4343
```js
44-
import {ActionMenu} from '@primer/react/drafts'
44+
import {ActionMenu} from '@primer/react'
4545
```
4646

4747
<br />
@@ -362,8 +362,8 @@ render(
362362
usedInProduction: true,
363363
usageExamplesDocumented: true,
364364
hasStorybookStories: true,
365-
designReviewed: false,
366-
a11yReviewed: false,
365+
designReviewed: true,
366+
a11yReviewed: true,
367367
stableApi: false,
368368
addressedApiFeedback: false,
369369
hasDesignGuidelines: true,
@@ -379,4 +379,4 @@ render(
379379

380380
- [ActionList](/ActionList)
381381
- [SelectPanel](/SelectPanel)
382-
- [Button](/drafts/Button2)
382+
- [Button](/Button)

0 commit comments

Comments
 (0)