quickcode-ui
v1.0.24
Published
QuickCode UI – Ready-to-use UI components for Next.js with Tailwind, Framer Motion & Lucide icons.
Maintainers
Readme
QuickCode UI
⚠️ Important: Do not run
npm i quickcode-uidirectly.
Always use the recommended commands below to initialize or add components in your project.
Description
QuickCode UI offers over 60+ high-quality, animated components designed specifically for Next.js projects. These components are fully compatible with Tailwind CSS, Framer Motion for smooth animations, and Lucide icons for versatile iconography. You can integrate them directly via the npm package or copy-paste the code from the QuickCode UI App without any installation required.
If you're not sure where to start or need clarification, jump to the Installation and Usage sections below—they provide step-by-step guidance to get you up and running quickly.
Installation
Install the package via npm:
npx quickcode-ui initAlternatively, use npx to add specific components directly to your project
npx quickcode-ui add Button Accordion LineChart AnimatedListThis command will generate the component code in your components/ui folder.
Usage
Once installed, import and use the components in your Next.js project:
import { AnimatedList } from "./components/ui/AnimatedList";
export default function Home() {
const items = ["First Item", "Second Item", "Third Item"];
return (
<main className="p-10">
<h1 className="text-3xl font-bold mb-4">QuickCode UI Demo</h1>
<AnimatedList items={items} />
</main>
);
}Start your development server:
npm run devAll components come pre-animated and ready for immediate use. Swap in any other component as needed to build your UI efficiently.
Components
QuickCode UI includes over 60+ polished, animated components, such as Buttons, Accordions, Charts, and more. It supports specialized variants like LineChart, BarChart, and others for data visualization and interactive elements.
Why Use QuickCode UI?
- Accelerate your development workflow with pre-built, customizable components that integrate seamlessly.
- Access components instantly from the QuickCode UI App and integrate them directly into your Next.js projects for rapid prototyping.
- Built with modern standards: responsive, accessible, and optimized for performance in Next.js environments.
Author
- GitHub: iamsufiyan560
- X/Twitter: @iamsufiyan560
- Portfolio : SUFIYAN
License
Copyright 2025 Sufiyan Chaudhari This project is licensed under the MIT License.
