muhtalipdede / nextjs-shadcn-ui

nextjs-shadcn-ui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create Nextjs App

npx create-next-app@latest nextjs-shadcn-iu --typescript --tailwind --eslint

Init the shadcn ui

npx shadcn-ui@latest init 

Get Started

Clone the repo and install dependencies. Lets.

npm i
npm run dev
Local:        http://localhost:3000

Add a Component

npx shadcn-ui@latest add <componentName>

example: npx shadcn-ui@latest add accordion
https://ui.shadcn.com/docs/components/accordion

Images

About

nextjs-shadcn-ui


Languages

Language:TypeScript 79.4%Language:JavaScript 12.2%Language:CSS 8.5%