carousel in course home page and create filters in student page
Showing
... | @@ -11,15 +11,18 @@ | ... | @@ -11,15 +11,18 @@ |
"dependencies": { | "dependencies": { | ||
"@radix-ui/react-dialog": "^1.0.5", | "@radix-ui/react-dialog": "^1.0.5", | ||
"@radix-ui/react-label": "^2.1.0", | "@radix-ui/react-label": "^2.1.0", | ||
"@radix-ui/react-select": "^2.1.1", | |||
"@radix-ui/react-separator": "^1.1.0", | "@radix-ui/react-separator": "^1.1.0", | ||
"@radix-ui/react-slot": "^1.0.2", | "@radix-ui/react-slot": "^1.0.2", | ||
"class-variance-authority": "^0.7.0", | "class-variance-authority": "^0.7.0", | ||
"clsx": "^2.1.1", | "clsx": "^2.1.1", | ||
"embla-carousel-react": "^8.1.5", | |||
"lucide-react": "^0.383.0", | "lucide-react": "^0.383.0", | ||
"next": "14.2.3", | "next": "14.2.3", | ||
"next-themes": "^0.3.0", | "next-themes": "^0.3.0", | ||
"react": "^18", | "react": "^18", | ||
"react-dom": "^18", | "react-dom": "^18", | ||
"react-hook-form": "^7.52.0", | |||
"tailwind-merge": "^2.3.0", | "tailwind-merge": "^2.3.0", | ||
"tailwindcss-animate": "^1.0.7" | "tailwindcss-animate": "^1.0.7" | ||
}, | }, | ||
... | ... |
src/components/ui/select.tsx
0 → 100644
Please register or sign in to comment