Skip to content

Commit 83e6951

Browse files
committed
docs: Mark custom overflow component as deprecated
Signed-off-by: Akshat Patel <[email protected]>
1 parent 6815202 commit 83e6951

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/dialog/overflow-menu/overflow-menu-custom-pane.component.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ import { closestAttr } from "carbon-components-angular/utils";
66
import { CloseReasons } from "../dialog-config.interface";
77
import { Dialog } from "../dialog.component";
88

9+
/**
10+
* @deprecated as of v5
11+
* Use Toggletip or Popover components instead
12+
*/
913
@Component({
1014
selector: "cds-overflow-custom-menu-pane, ibm-overflow-custom-menu-pane",
1115
template: `

0 commit comments

Comments
 (0)