A neumorphic UI component library built with Next.js, TypeScript, and Tailwind CSS.
Live Site: loopl-y.com
Install Guide: loopl-y.com/docs
- Card - Flexible cards with multiple neumorphic styles (flat, pressed, floating)
- Callout Card - Promotional/CTA cards with image support
- Table - Data tables with flat, pressed, and inset variants
- Toggle - Switch toggles in multiple sizes (sm, md, lg)
- Button - Buttons with icon support and multiple styles
- Calendar - Interactive date picker
- Bar Chart - Animated bar chart visualizations
- Chat - AI chat interface component
- Accordion - Expandable content sections
- Dropdown - Menu dropdowns with multiple styles
- Carousel - Image/text carousel slider
- Drawer - Slide-out drawing canvas
- TextArea - Styled text areas with resize control
npm install looply-comp-libimport { Card, Table, Toggle } from "looply-comp-lib";
import "looply-comp-lib/styles.css";cd component-library
npm install
npm run dev- Next.js (App Router)
- TypeScript
- Tailwind CSS v4
- MDX for documentation
- Prisma (database)
- next-themes (dark mode)
- Terraform (infrastructure as code)
- GCP (Cloud Run, Artifact Registry, Secret Manager)
develop- active developmentqa- QA testingprod- production releases
MIT