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
NEWHook Sidebar
NEWProximity Sidebar
NEWCommit HeatmapGitHub Contribution Matrix
1,863 contributions in 2025
LessMore
GitHub Activity
NEW₹1,22,337
Animated Counter
NEWCandy Button
NEWSparkle Button
NEWOTP Input
NEW1
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
NEWFluid height expansion with optical blur-reveal curve.
Smooth Accordion
NEWBlur Reveal Accordion
NEWSharp rectangular geometry with continuous dotted guide lines.
Dotted Accordion
NEWKRISHNA 🤍
@hey_krishnnaThis user hasn't added a bio yet.
Joined 2026
0Following
0Followers
Twitter(X) Card
NEWToast
NEWTask List
NEWFile Tree
NEWSearch Input
NEWpizza or burgers for friday?