BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/Sora UI/demo-particle-hover-button

Particle Hover Button Demo

sora-ui/demo-particle-hover-button
FreeComponent

A heart-particle sponsor link, styled after the anime.js navbar Sponsor button.

Install it

npx shadcn@latest add https://ui.soralabs.io.vn/r/demo-particle-hover-button.json

Source

registry/demo/primitives/buttons/particle-hover-button/index.tsxui.soralabs.io.vn/r/demo-particle-hover-button.json
1"use client";
2
3import { ParticleHoverButton } from "@/components/sora-ui/buttons/particle-hover-button";
4
5// Same heart path as the "Sponsor" nav link in the anime.js reference this
6// primitive reimplements — kept 1:1 so the demo reads as the same mark,
7// not a redraw.
8const HEART_PATH =
9 "M12 18.445a.778.778 0 0 1-.34-.078C11.39 18.235 5 15.077 5 9.889a3.889 3.889 0 0 1 6.638-2.75L12 7.5l.362-.361A3.889 3.889 0 0 1 19 9.889c0 5.17-6.387 8.344-6.66 8.478a.778.778 0 0 1-.34.078z";
10
11function HeartIcon({ className }: { className?: string }) {
12 return (
13 <svg
14 aria-hidden="true"
15 className={className}
16 fill="currentColor"
17 viewBox="0 0 24 24"
18 xmlns="http://www.w3.org/2000/svg"
19 >
20 <path d={HEART_PATH} />
21 </svg>
22 );
23}
24
25export default function ParticleHoverButtonExample() {
26 return (
27 <ParticleHoverButton
28 className="text-[#ff4b4b]"
29 particle={<HeartIcon className="h-2.5 w-2.5" />}
30 >
31 <button
32 className="inline-flex items-center gap-1.5 font-medium text-sm"
33 type="button"
34 >
35 <HeartIcon className="h-4 w-4" />
36 Sponsor
37 </button>
38 </ParticleHoverButton>
39 );
40}

What it pulls in

Other registry items

  • @soralabs/particle-hover-button

Files it writes

  • registry/demo/primitives/buttons/particle-hover-button/index.tsx

Facts

Registry
Sora UI
Type
registry:ui
Access
Free
Files written
1
Licence
the repository states none
In the index
at or before 2026-08-13
Last confirmed
yesterday

Go to the source

ui.soralabs.io.vn Raw registry item This item as JSON

More from Sora UI

All 97 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
AccordionaccordionSora UIComponentsFree2 deps
Border Trailborder-trailSora UIComponentsFree1 dep
Bottom Sheetbottom-sheetSora UIComponentsFree2 deps
Cursor Bubblecursor-bubbleSora UIComponentsFree2 deps
Cursor Trail Revealcursor-trail-revealSora UIComponentsFree1 dep
Custom Cursorcustom-cursorSora UIComponentsFree2 deps
Accordion Demodemo-accordionSora UIComponentsFreeno deps
Border Trail Demodemo-border-trailSora UIComponentsFreeno deps

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

ToolDrift

What the AI coding tools changed last night

tooldrift.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

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

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

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

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

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

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex