BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/remocn/github-sponsors

GitHub Sponsors

remocn/github-sponsors
FreeComponent

Self-drawing Sponsors heart that docks to a header, every sponsor avatar blur-staggering into a grid, then a thank-you headline and a CTA. Single seek-safe timeline, 270 frames at 30fps.

Install it

npx shadcn@latest add https://www.remocn.dev/r/github-sponsors.json

Source

registry/remocn/github-sponsors/index.tsxwww.remocn.dev/r/github-sponsors.json · first 6 KB
1"use client";
2
3import { loadFont as loadSans } from "@remotion/google-fonts/Manrope";
4import { memo, useMemo, useState } from "react";
5import {
6 AbsoluteFill,
7 Easing,
8 Img,
9 interpolate,
10 Sequence,
11 useCurrentFrame,
12 useVideoConfig,
13} from "remotion";
14import { BlurOutUp } from "@/components/remocn/blur-out-up";
15import { SoftBlurIn } from "@/components/remocn/soft-blur-in";
16
17export interface Sponsor {
18 login: string;
19 avatarUrl: string;
20}
21
22export interface GitHubSponsorsProps {
23 account?: string;
24 sponsors?: Sponsor[];
25 accentColor?: string;
26 speed?: number;
27 theme?: "light" | "dark";
28}
29
30export const SAMPLE_SPONSORS: Sponsor[] = [
31 {
32 login: "mojombo",
33 avatarUrl: "https://avatars.githubusercontent.com/u/1?v=4",
34 },
35 {
36 login: "defunkt",
37 avatarUrl: "https://avatars.githubusercontent.com/u/2?v=4",
38 },
39 {
40 login: "pjhyett",
41 avatarUrl: "https://avatars.githubusercontent.com/u/3?v=4",
42 },
43 {
44 login: "wycats",
45 avatarUrl: "https://avatars.githubusercontent.com/u/4?v=4",
46 },
47 {
48 login: "schacon",
49 avatarUrl: "https://avatars.githubusercontent.com/u/70?v=4",
50 },
51 {
52 login: "rtomayko",
53 avatarUrl: "https://avatars.githubusercontent.com/u/5?v=4",
54 },
55 {
56 login: "bmizerany",
57 avatarUrl: "https://avatars.githubusercontent.com/u/6?v=4",
58 },
59 {
60 login: "atmos",
61 avatarUrl: "https://avatars.githubusercontent.com/u/38?v=4",
62 },
63 {
64 login: "ezmobius",
65 avatarUrl: "https://avatars.githubusercontent.com/u/14?v=4",
66 },
67 {
68 login: "macournoyer",
69 avatarUrl: "https://avatars.githubusercontent.com/u/15?v=4",
70 },
71 {
72 login: "ivey",
73 avatarUrl: "https://avatars.githubusercontent.com/u/18?v=4",
74 },
75 {
76 login: "uggedal",
77 avatarUrl: "https://avatars.githubusercontent.com/u/16?v=4",
78 },
79 {
80 login: "anotherjesse",
81 avatarUrl: "https://avatars.githubusercontent.com/u/9?v=4",
82 },
83 {
84 login: "technoweenie",
85 avatarUrl: "https://avatars.githubusercontent.com/u/21?v=4",
86 },
87 {
88 login: "takeo",
89 avatarUrl: "https://avatars.githubusercontent.com/u/22?v=4",
90 },
91 {
92 login: "evanphx",
93 avatarUrl: "https://avatars.githubusercontent.com/u/25?v=4",
94 },
95 {
96 login: "vanpelt",
97 avatarUrl: "https://avatars.githubusercontent.com/u/26?v=4",
98 },
99 {
100 login: "wayneeseguin",
101 avatarUrl: "https://avatars.githubusercontent.com/u/28?v=4",
102 },
103 {
104 login: "brynary",
105 avatarUrl: "https://avatars.githubusercontent.com/u/30?v=4",
106 },
107 {
108// … truncated

What it pulls in

npm packages

  • remotion
  • @remotion/google-fonts

Other registry items

  • @remocn/soft-blur-in
  • @remocn/blur-out-up

Files it writes

  • registry/remocn/github-sponsors/index.tsx

Facts

Registry
remocn
Type
registry:component
Access
Free
Files written
1
Licence
the repository states none
First indexed
2026-08-01
Last confirmed
yesterday

Go to the source

www.remocn.dev Remocn/remocn on GitHub Raw registry item This item as JSON

More from remocn

All 277 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
UI AccordionaccordionremocnComponentsFree1 dep · 2 files
UI AI Prompt Flowai-prompt-flowremocnComponentsFree1 dep
UI Alert Dialogalert-dialogremocnComponentsFree1 dep · 2 files
Animated Bar Chartanimated-bar-chartremocnComponentsFree1 dep
Animated Line Chartanimated-line-chartremocnComponentsFree1 dep
ASCII Dissolveascii-dissolveremocnComponentsFree2 deps
ASCII Renderascii-renderremocnComponentsFree1 dep
BackdropbackdropremocnComponentsFree1 dep
BlockDex

Built by

Kynth Studio

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

BlockDex

BlockDex

Built by

Kynth Studio

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

BlockDex

BlockDex

Built by

Kynth Studio

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

BlockDex