Link
zippystarter/linkFreeComponent
A link element you can use with any framework
Live preview
live · rendered by the registry
Rendered by zippystarter on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://zippystarter.com/r/link.jsonSource
1/**2 * TODO: Update this component to use your client-side framework's link component.3 */45import React, { forwardRef } from "react";67export type LinkProps = React.ComponentPropsWithoutRef<"a">;89export const Link = forwardRef(function Link(10 props: LinkProps,11 ref: React.ForwardedRef<HTMLAnchorElement>12) {13 return <a {...props} ref={ref} />;14});
Files it writes
More from zippystarter
All 77 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Avataravatar | zippystarter | Components | Free | 1 dep · 2 files | |
| Containercontainer | zippystarter | Components | Free | no deps | |
| Imageimage | zippystarter | Components | Free | no deps |
