Introduction
Welcome to ParamUI! A beautiful, accessible component library for React and Next.js.
What is ParamUI?
ParamUI is an open-source UI component library that provides beautifully designed, fully accessible components that you can copy and paste into your apps. Built with React and styled with Tailwind CSS, our components are:
- ✓Copy-Paste Ready: No npm install needed. Just copy the code.
- ✓Fully Customizable: Own the code. Modify as needed.
- ✓Accessible: Built with WAI-ARIA guidelines in mind.
- ✓Dark Mode: All components support dark mode out of the box.
Installation
Get started with ParamUI in just a few steps.
1
Install Dependencies
First, make sure you have Tailwind CSS installed in your project.
npm install tailwindcss postcss autoprefixer2
Add CSS Variables
Add our CSS variables to your globals.css file.
:root {
--primary: #6366f1;
--primary-foreground: #ffffff;
--secondary: #f4f4f5;
--background: #ffffff;
--foreground: #09090b;
--muted: #f4f4f5;
--muted-foreground: #71717a;
--border: #e4e4e7;
}3
Copy Components
Browse our components and copy the ones you need into your project.
npx paramui add button card inputNext Steps
Now that you're set up, explore more of what ParamUI has to offer.