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/family-button

family-button

cult-ui/family-button
UnverifiedComponent

Button component with family-style design and interactive hover effects

Install it

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

Source

registry/default/ui/family-button.tsxraw.githubusercontent.com/nolly-studio/cult-ui/HEAD/apps/www/family-button.json
1"use client"
2
3import { FC, ReactNode, useState } from "react"
4import { PlusIcon, XIcon } from "lucide-react"
5import { motion } from "motion/react"
6
7import { cn } from "@/lib/utils"
8
9const CONTAINER_SIZE = 200
10
11interface FamilyButtonProps {
12 children: React.ReactNode
13}
14
15const FamilyButton: React.FC<FamilyButtonProps> = ({ children }) => {
16 const [isExpanded, setIsExpanded] = useState(false)
17 const toggleExpand = () => setIsExpanded(!isExpanded)
18
19 return (
20 <div
21 className={cn(
22 "rounded-[24px] border border-black/10 shadow-sm dark:border-yellow-400/20",
23 "bg-gradient-to-b from-neutral-900 to-black",
24 isExpanded
25 ? "w-[204px] bg-gradient-to-b dark:from-stone-900 dark:to-neutral-900/80"
26 : "dark:from-neutral-900 dark:to-stone-950 bg-gradient-to-b"
27 )}
28 >
29 <div className="rounded-[23px] border border-black/10 ">
30 <div className="rounded-[22px] border dark:border-stone-800 border-white/50 ">
31 <div className="rounded-[21px] border border-neutral-950/20 flex items-center justify-center ">
32 <FamilyButtonContainer
33 isExpanded={isExpanded}
34 toggleExpand={toggleExpand}
35 >
36 {isExpanded ? (
37 <motion.div
38 initial={{ opacity: 0 }}
39 animate={{
40 opacity: 1,
41 transition: {
42 delay: 0.3,
43 duration: 0.4,
44 ease: "easeOut",
45 },
46 }}
47 >
48 {children}
49 </motion.div>
50 ) : null}
51 </FamilyButtonContainer>
52 </div>
53 </div>
54 </div>
55 </div>
56 )
57}
58
59// A container that wraps content and handles animations
60interface FamilyButtonContainerProps {
61 isExpanded: boolean
62 toggleExpand: () => void
63 children: ReactNode
64}
65
66const FamilyButtonContainer: FC<FamilyButtonContainerProps> = ({
67 isExpanded,
68 toggleExpand,
69 children,
70}) => {
71 return (
72 <motion.div
73 className={cn(
74 "relative border-white/10 border shadow-lg flex flex-col space-y-1 items-center text-white cursor-pointer z-10",
75 !isExpanded
76 ? "bg-gradient-to-b from-neutral-900 to-stone-900 dark:from-stone-700 dark:to-neutral-800/80"
77 : ""
78 )}
79 layoutRoot
80 layout
81 initial={{ borderRadius: 21, width: "4rem", height: "4rem" }}
82 animate={
83// … truncated

Files it writes

  • registry/default/ui/family-button.tsx

Facts

Registry
cult/ui
Type
registry:ui
Access
Unverified
Files written
1
Licence
the repository states none
In the index
at or before 2026-08-11
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-animate-button-demobg-animate-button-democult/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

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