20+ rare and unique components

Every component is a single file you own, not a dependency you install. Built with clean geometry, minimal aesthetics, and high performance.

New releases

[3]

Display

[28]
Generating

AI Orb

NEW

Hook Sidebar

NEW

Proximity Sidebar

NEW
Commit HeatmapGitHub Contribution Matrix
JanFebMarAprMayJunJulAugSepOctNovDec
1,863 contributions in 2025
Less
More

GitHub Activity

NEW
₹1,22,337

Animated Counter

NEW

Candy Button

NEW

Sparkle Button

NEW

OTP Input

NEW
1
import { useSpring, animated } from "motion/react";
2
 
3
type OrbitProps = {
4
radius?: number;
5
speed?: number;
6
};
7
 
8
export function Orbit({ radius = 120, speed = 1 }: OrbitProps) {
9
const angle = useSpring(0, { stiffness: 80, damping: 20 });
10
 
11
const x = Math.cos(angle.get()) * radius;
12
const y = Math.sin(angle.get()) * radius;
13
 
14
return (
15
<animated.div
16
style={{ x, y }}
17
className="size-4 rounded-full bg-current"
18
/>
19
);
20
}

Code Block

NEW
Fluid height expansion with optical blur-reveal curve.

Smooth Accordion

NEW

Blur Reveal Accordion

NEW
Sharp rectangular geometry with continuous dotted guide lines.

Dotted Accordion

NEW
KRISHNA 🤍
@hey_krishnna

This user hasn't added a bio yet.

Joined 2026
0Following
0Followers

Twitter(X) Card

NEW

Toast

NEW

Task List

NEW

File Tree

NEW

Search Input

NEW
pizza or burgers for friday?

Morph Search

NEW

Thinking Orb

NEW

Liquid Toggle

NEW

Gooey Nav

NEW

Noise Background

NEW

AI Input

NEW

Mac Slider

NEW

Mac Switch

NEW

Spotlight Search

NEW

Pixel Card

NEW

Theme Toggle

NEW