BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/cult/ui/bg-animate-button-demo

bg-animate-button-demo

cult-ui/bg-animate-button-demo
UnverifiedComponent

cult/ui publishes no description for this item.

Install it

npx shadcn@latest add https://raw.githubusercontent.com/nolly-studio/cult-ui/HEAD/apps/www/bg-animate-button-demo.json

Source

registry/default/example/bg-animate-button-demo.tsxraw.githubusercontent.com/nolly-studio/cult-ui/HEAD/apps/www/bg-animate-button-demo.json
1import { BgAnimateButton } from "../ui/bg-animate-button"
2
3type Gradients =
4 | "sunrise"
5 | "ocean"
6 | "candy"
7 | "default"
8 | "forest"
9 | "sunset"
10 | "nebula"
11
12type Radius = "full" | "xl" | "2xl" | "3xl" | "sm"
13type Animations = "spin" | "pulse" | "spin-slow" | "spin-fast"
14
15const gradients: Gradients[] = [
16 "sunrise",
17 "ocean",
18 "candy",
19 "forest",
20 "sunset",
21 "default",
22 "nebula",
23]
24const roundings: Radius[] = ["full", "xl", "2xl", "3xl", "sm"]
25const animations: Animations[] = ["spin", "pulse", "spin-slow", "spin-fast"]
26
27export const BgAnimateButtonsDemo = () => {
28 return (
29 <div className="w-full max-w-4xl">
30 <div className=" sm:px-12 md:px-24 flex flex-col justify-center rounded-lg space-y-4">
31 {/* Roundings Grid */}
32
33 <div className="grid grid-cols-3 gap-4">
34 {roundings.slice(0, 2).map((rounding, i) => (
35 <BgAnimateButton
36 gradient={gradients[i + 1]}
37 key={rounding}
38 rounded={rounding}
39 >
40 {rounding}
41 </BgAnimateButton>
42 ))}
43 </div>
44 <div className="grid grid-cols-3 gap-4">
45 {roundings.slice(2, 5).map((rounding, i) => (
46 <BgAnimateButton
47 gradient={gradients[i + 1]}
48 key={rounding}
49 rounded={rounding}
50 >
51 {rounding}
52 </BgAnimateButton>
53 ))}
54 </div>
55
56 {/* animations Grid */}
57 <div className="grid grid-cols-2 gap-4">
58 {animations.map((animations, i) => (
59 <BgAnimateButton
60 key={animations}
61 gradient={gradients[i + 2]}
62 variant="ghost"
63 animation={animations}
64 >
65 {animations}
66 </BgAnimateButton>
67 ))}
68 </div>
69 </div>
70 </div>
71 )
72}
73
74export default BgAnimateButtonsDemo

What it pulls in

Other registry items

  • bg-animate-button

Files it writes

  • registry/default/example/bg-animate-button-demo.tsx

Facts

Registry
cult/ui
Type
registry:component
Access
Unverified
Files written
1
Licence
the repository states none
In the index
at or before 2026-08-12
Last confirmed
today

Go to the source

www.cult-ui.com nolly-studio/cult-ui on GitHub Raw registry item This item as JSON

More from cult/ui

All 157 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
ai-instructionsai-instructionscult/uiComponentsUnverified2 deps
ai-instructions-demoai-instructions-democult/uiComponentsUnverifiedno deps
animated-numberanimated-numbercult/uiComponentsUnverified1 dep
animated-number-demoanimated-number-democult/uiComponentsUnverifiedno deps
bg-animate-buttonbg-animate-buttoncult/uiComponentsUnverifiedno deps
bg-animated-fractal-dot-gridbg-animated-fractal-dot-gridcult/uiComponentsUnverified1 dep
bg-animated-fractal-dot-grid-demobg-animated-fractal-dot-grid-democult/uiComponentsUnverifiedno deps
bg-animated-gradientbg-animated-gradientcult/uiComponentsUnverified1 dep

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