Skip to content

Commit

Permalink
Mark ActionMenu as beta (#2003)
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthkp committed Mar 31, 2022
1 parent 8c32020 commit df17b4b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/content/ActionMenu.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
componentId: action_menu
title: ActionMenu
status: Alpha
status: Beta
source: https://github.com/primer/react/tree/main/src/ActionMenu.tsx
storybook: '/react/storybook?path=/story/composite-components-actionmenu'
description: An ActionMenu is an ActionList-based component for creating a menu of actions that expands through a trigger button.
Expand Down Expand Up @@ -41,7 +41,7 @@ import {Box, Avatar, ActionList, ActionMenu} from '@primer/react'
<br />

```js
import {ActionMenu} from '@primer/react/drafts'
import {ActionMenu} from '@primer/react'
```

<br />
Expand Down Expand Up @@ -362,8 +362,8 @@ render(
usedInProduction: true,
usageExamplesDocumented: true,
hasStorybookStories: true,
designReviewed: false,
a11yReviewed: false,
designReviewed: true,
a11yReviewed: true,
stableApi: false,
addressedApiFeedback: false,
hasDesignGuidelines: true,
Expand All @@ -379,4 +379,4 @@ render(

- [ActionList](/ActionList)
- [SelectPanel](/SelectPanel)
- [Button](/drafts/Button2)
- [Button](/Button)

0 comments on commit df17b4b

Please sign in to comment.