Skip to content

Commit ddc1aa8

Browse files
committed
Update READMEs: remove v1, add experimental callout
1 parent c9a7826 commit ddc1aa8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/components/src/dropdown-menu-v2/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# `DropdownMenu` (v2)
22

3+
<div class="callout callout-alert">
4+
This feature is still experimental. “Experimental” means this is an early implementation subject to drastic and breaking changes.
5+
</div>
6+
37
`DropdownMenu` displays a menu to the user (such as a set of actions or functions) triggered by a button.
48

59

packages/components/src/dropdown-menu/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DropdownMenu (v1)
1+
# DropdownMenu
22

33
The DropdownMenu displays a list of actions (each contained in a MenuItem, MenuItemsChoice, or MenuGroup) in a compact way. It appears in a Popover after the user has interacted with an element (a button or icon) or when they perform a specific action.
44

0 commit comments

Comments
 (0)