BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/weekendsuperhero-io/sistine/hover-effects

Hover Effects

weekendsuperhero-io-sistine/hover-effects
UnverifiedUtility

Shared CVA hover-effect variants (glow, shimmer, ripple, lift, scale) for any component.

Install it

npx shadcn@latest add https://raw.githubusercontent.com/Weekendsuperhero-io/sistine/main/hover-effects.json

Source

lib/hover-effects.tsraw.githubusercontent.com/Weekendsuperhero-io/sistine/main/hover-effects.json
1import { cva } from "class-variance-authority";
2
3/**
4 * Shared hover effect variants for all Sistine components
5 *
6 * Effects:
7 * - none: No hover effect
8 * - glow: Themed glow shadow (--glass-glow, follows the tint hue) that intensifies on hover
9 * - shimmer: Moving shimmer effect across the component
10 * - ripple: Ripple effect that scales outward on hover
11 * - lift: Subtle lift effect with shadow increase
12 * - scale: Scale up slightly on hover
13 */
14export const hoverEffects = cva("transition duration-300", {
15 variants: {
16 hover: {
17 none: "",
18 glow: "glass-glow hover:glass-glow-lg",
19 shimmer:
20 "relative overflow-hidden before:absolute before:inset-0 before:-translate-x-full before:bg-gradient-to-r before:from-transparent before:via-white/20 before:to-transparent hover:before:translate-x-full before:transition-transform before:duration-1000",
21 ripple:
22 "relative overflow-hidden after:absolute after:inset-0 after:scale-0 after:rounded-full after:bg-white/30 after:transition-transform after:duration-500 hover:after:scale-150",
23 lift: "hover:-translate-y-1 hover:shadow-lg",
24 scale: "hover:scale-105",
25 },
26 },
27 defaultVariants: {
28 hover: "none",
29 },
30});
31
32export type HoverEffect = "none" | "glow" | "shimmer" | "ripple" | "lift" | "scale";

What it pulls in

npm packages

  • class-variance-authority

Files it writes

  • lib/hover-effects.ts

Facts

Registry
weekendsuperhero-io/sistine
Type
registry:lib
Access
Unverified
Files written
1
Licence
MIT
In the index
at or before 2026-08-03
Last confirmed
2 days ago

Go to the source

weekendsuperhero.io Weekendsuperhero-io/sistine on GitHub Raw registry item This item as JSON

More from weekendsuperhero-io/sistine

All 71 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Canvas Background Utilscanvas-background-utilsweekendsuperhero-io/sistineUtilitiesUnverifiedno deps
Gradient Utilsgradient-utilsweekendsuperhero-io/sistineUtilitiesUnverifiedno deps
Material Systemmaterialweekendsuperhero-io/sistineUtilitiesUnverifiedno deps
OKLCH Utilsoklch-utilsweekendsuperhero-io/sistineUtilitiesUnverifiedno deps
Theme Generatortheme-generatorweekendsuperhero-io/sistineUtilitiesUnverifiedno 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