BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/motiq/gooey-actions

Gooey Actions

motiq/gooey-actions
FreeComponent

A floating action button that blooms into satellite actions through a gooey metaball merge - blur plus alpha contrast under the hood - with underdamped springs (~18% overshoot, 45ms stagger) and per-satellite magnetic hover. Crisp icons ride an unfiltered twin layer sharing the same transforms. Real buttons with menu semantics, roving focus, and Escape-to-close; instant fade under reduced motion.

Live preview

live · rendered by the registry
Rendered by motiq on their own page — this is the component running, not a screenshot of it.

Install it

npx shadcn@latest add https://www.motiq.dev/r/gooey-actions.json

Source

registry/cursor/gooey-actions.tsxwww.motiq.dev/r/gooey-actions.json · first 6 KB
1"use client";
2
3import * as React from "react";
4
5import { cn } from "@/lib/utils";
6import { useControllableState, useReducedMotion, useVisibilityPause } from "@/lib/motiq";
7
8/* -------------------------------------------------------------------------- */
9/* Types */
10/* -------------------------------------------------------------------------- */
11
12export interface GooeyAction {
13 /** Stable id passed back to `onSelect`. */
14 id: string;
15 /** Accessible name + hover/focus label chip text. */
16 label: string;
17 /** Optional glyph (an inline `<svg>` works best); falls back to the label initial. */
18 icon?: React.ReactNode;
19}
20
21export interface GooeyActionsProps extends Omit<React.HTMLAttributes<HTMLDivElement>, "onSelect"> {
22 /** The satellite actions — 3–6 read best in the arc. */
23 actions: GooeyAction[];
24 /** Distance from the core to each satellite, in px. */
25 radius?: number;
26 /** Arc the satellites spread across, in degrees (screen space, −90° is up). */
27 arc?: [number, number];
28 /** Per-satellite launch delay, in ms. */
29 stagger?: number;
30 /** Bloom spring stiffness (underdamped by design — the goo necks, then snaps). */
31 stiffness?: number;
32 /** Bloom spring damping. */
33 damping?: number;
34 /** Pointer distance, in px, within which a satellite leans toward the cursor. */
35 magnetRange?: number;
36 /** Accessible name for the core button and its menu. */
37 label?: string;
38 /** Controlled open state. */
39 open?: boolean;
40 /** Uncontrolled initial open state. */
41 defaultOpen?: boolean;
42 /** Fired whenever the bloom opens or closes. */
43 onOpenChange?: (open: boolean) => void;
44 /** Fired with the action id when a satellite is committed. */
45 onSelect?: (id: string) => void;
46 /** Tease the bloom every ~7s until the first interaction. */
47 autoPeek?: boolean;
48 /** Deterministic seed for the ambient ember phase (SSR-stable). */
49 seed?: number;
50 /** Stop the rAF loop when scrolled offscreen or the tab is hidden. */
51 pauseWhenHidden?: boolean;
52 /** Force the static, motion-free variant regardless of system preference. */
53 reducedMotion?: boolean;
54}
55
56/* -------------------------------------------------------------------------- */
57/* Physics */
58/* -------------------------------------------------------------------------- */
59
60interface Spring {
61 x: number;
62 v: number;
63}
64
65// … truncated

What it pulls in

Other registry items

  • https://motiq.dev/r/utils.json
  • https://motiq.dev/r/primitives.json

Files it writes

  • registry/cursor/gooey-actions.tsx

Facts

Registry
motiq
Type
registry:component
Access
Free
Files written
1
Licence
MIT
In the index
at or before 2026-08-12
Last confirmed
today

Go to the source

Docs on motiq www.motiq.dev RMahammad/motiq on GitHub Raw registry item This item as JSON

More from motiq

All 100 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Activity Streamactivity-streammotiqComponentsFree1 dep
Adaptive Safe-Zone Gridadaptive-safe-zone-gridmotiqComponentsFreeno deps
Agent Run Timelineagent-run-timelinemotiqComponentsFree1 dep
AI Response Streamai-response-streammotiqComponentsFree1 dep
Animated Accordionanimated-accordionmotiqComponentsFree2 deps
Animated Buttonanimated-buttonmotiqComponentsFree1 dep
Animated Dialoganimated-dialogmotiqComponentsFree2 deps
Animated Gridanimated-gridmotiqComponentsFree2 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