Remix
Remix
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
>;