remix/ui · VariableView Source
link
Summary
Adds client-side navigation behavior to anchor-like elements.
Signature
const link: MixinFactory<
HTMLElement,
[href: string, options?: NavigationOptions],
LinkCurrentProps
>;
Adds client-side navigation behavior to anchor-like elements.
const link: MixinFactory<
HTMLElement,
[href: string, options?: NavigationOptions],
LinkCurrentProps
>;