UNPKG

asafarim-navlinks

Version:

A versatile React navigation component with unlimited multi-level dropdowns, four alignment options, mobile responsiveness, and customizable styling. Perfect for modern web applications.

9 lines (8 loc) 172 B
export type SvgLinkType = { src: string; alt: string; caption?: string; width?: number; height?: number; style?: React.CSSProperties; }