Home > @uniformdev/design-system > LinkWithRef
LinkWithRef variable
Uniform LinkWithRef Component We recommend using this link next/link
Signature:
LinkWithRef: React$1.ForwardRefExoticComponent<Omit<React$1.AnchorHTMLAttributes<HTMLAnchorElement> & {
text: string;
linkColor?: LinkColorProps;
external?: boolean;
ref?: React$1.ForwardedRef<HTMLAnchorElement>;
children?: React$1.ReactNode;
} & {
href: string;
as?: string;
linkManagerComponent: LinkManagerWithRefType;
}, "ref"> & React$1.RefAttributes<HTMLAnchorElement>>
Example
<>