Components
A sleek glassmorphism “Backed by YC” pill with a subtle moving glow that follows the cursor—ready to drop straight into landing pages
npx shadcn@latest add https://21st.dev/r/samsiavoshian2009/backed-by-ycLoading preview...
import { Component } from "@/components/ui/backed-by-yc";
export default function DemoOne() {
return <Component />;
}