Next.js
This Site
LuckyUI for Next.js provides a comprehensive set of accessible, themeable components built with Radix UI and Tailwind CSS.
Features
What you get with LuckyUI for Next.js
- ✓Accessible components built with Radix UI primitives
- ✓Dark mode support with next-themes
- ✓Fully customizable with CSS variables
- ✓TypeScript support with full type definitions
- ✓Tailwind CSS integration with class-variance-authority
Quick Start
Clone the repository to get started
# Clone the repository
git clone https://github.com/Waveful/luckyui_nextjs.git
# Navigate to the directory
cd luckyui_nextjs
# Install dependencies
npm install
# Start the development server
npm run dev