You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/react/src/UnderlineNav/UnderlineNav.tsx
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ export type UnderlineNavProps = {
26
26
children: React.ReactNode
27
27
'aria-label'?: React.AriaAttributes['aria-label']
28
28
as?: React.ElementType
29
+
className?: string
29
30
sx?: SxProp['sx']
30
31
/**
31
32
* loading state for all counters. It displays loading animation for individual counters (UnderlineNav.Item) until all are resolved. It is needed to prevent multiple layout shift.
0 commit comments