Skip to content

Commit

Permalink
feat: add support for className to <AnchoredOverlay>
Browse files Browse the repository at this point in the history
  • Loading branch information
Princeyadav05 committed Jul 23, 2024
1 parent db79bb7 commit ddbec08
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/react/src/AnchoredOverlay/AnchoredOverlay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ interface AnchoredOverlayBaseProps extends Pick<OverlayProps, 'height' | 'width'
* Settings to apply to the Focus Zone on the internal `Overlay` component.
*/
focusZoneSettings?: Partial<FocusZoneHookSettings>

/**
* Optional className to be added to the overlay component.
*/
className?: string
}

export type AnchoredOverlayProps = AnchoredOverlayBaseProps &
Expand Down

0 comments on commit ddbec08

Please sign in to comment.