NavIcon
Circular icon container for navigation headers. Wraps an icon with a circular accent-colored background.
NavIcon
Section titled “NavIcon”Circular icon container for navigation headers. Wraps an icon with a circular accent-colored background.
| Prop | Type | Default | Description |
|---|---|---|---|
className | string | — | Additional CSS class names applied to the root element. |
data-testid | string | — | Test ID applied to the root element. |
icon* | ReactNode | — | The icon element to render inside the circular background. |
ref | Ref<HTMLSpanElement> | — | Ref forwarded to the root element. |
style | CSSProperties | — | Inline styles applied to the root element. |