BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/zippystarter/link

Link

zippystarter/link
FreeComponent

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.json

Source

src/registry/zippystarter/components/link/index.tsxzippystarter.com/r/link.json
1/**
2 * TODO: Update this component to use your client-side framework's link component.
3 */
4
5import React, { forwardRef } from "react";
6
7export type LinkProps = React.ComponentPropsWithoutRef<"a">;
8
9export const Link = forwardRef(function Link(
10 props: LinkProps,
11 ref: React.ForwardedRef<HTMLAnchorElement>
12) {
13 return <a {...props} ref={ref} />;
14});

Files it writes

  • src/registry/zippystarter/components/link/index.tsx

Facts

Registry
zippystarter
Type
registry:component
Access
Free
Files written
1
Licence
the repository states none
First indexed
2026-08-03
Last confirmed
today

Go to the source

Docs on zippystarter zippystarter.com Raw registry item This item as JSON

More from zippystarter

All 77 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
AvataravatarzippystarterComponentsFree1 dep · 2 files
ContainercontainerzippystarterComponentsFreeno deps
ImageimagezippystarterComponentsFreeno deps
BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex