Introduction
Welcome to the Ramp Design System documentation.
What is this?
The Ramp Design System is a collection of reusable components, design tokens, and guidelines for building consistent, accessible interfaces across all Ramp products.
Key Features
- 50+ production-ready React components
- Built on Radix UI primitives for accessibility
- Styled with Tailwind CSS
- Full TypeScript support
- Dark mode support
- WCAG 2.1 AA compliant
- Machine-readable component schemas for AI tooling
Claude Code Integration
This design system is optimized for AI-assisted development. Add our CLAUDE.md template to your project and Claude Code will automatically use the design system.
Quick Start
npm install @ramp-ds/ui
# In your app
import { Button, Card, Input } from "@ramp-ds/ui"
import "@ramp-ds/ui/styles.css"Patterns & Examples
Learn how to combine components effectively:
Credits
This design system is built on top of shadcn/ui, a collection of beautifully designed components by @shadcn. Components are built with Radix UI primitives and styled with Tailwind CSS.