shadcnui Questions
4
All of the sudden the commands for the shadcn ui library has stopped working.
I am getting the following on the terminal:
npx shadcn-ui@latest add button
sh: line 1: shadcn-ui: command not found
...
Halflife asked 31/8, 2024 at 6:35
13
Solved
Shadcn UI (https://ui.shadcn.com/) was working fine until I just for a couple weeks until yesterday, when I ran my NextJS app in my local host and none of the tailwind was working. To debug the iss...
Dump asked 19/6, 2023 at 15:53
4
Solved
I'm using React with Shadcn, here is the code:
<div className={'mb-8'}>
<Select>
<SelectTrigger className="w-[300px] text-foreground">
<SelectValue/>
</Sele...
Numbles asked 8/3, 2024 at 14:16
2
Solved
I am creating a custom combobox using shadcn, and passing data as prop parameter which is working, the issue persists when i am getting the loist the list is disabled andi am not able to select any...
1
I currently have the following React component:
"use client";
import Autoplay from "embla-carousel-autoplay";
import { Card, CardContent } from "@/components/ui/card";...
Pompea asked 21/4, 2024 at 19:41
1
Solved
I am using shadnui and trying to do something very simple > make the user choose from a list of 1 to 6. I want to update the state when the user selects a number.
I found this thread Shadcn ui s...
Polysyllabic asked 13/4, 2024 at 18:59
2
I am trying to use the shadcn dropdown component in my react application. I am not using Tailwind. I followed their docs and chose the path to add the code manually, but now I get an error:
Module ...
2
Solved
I'm a Shadcn ui and React newbie, please tell me why the value of branch and year state variables won't update. I'm not using zod or react-hook-form.
import React, { useState } from "react&quo...
Grivation asked 22/3, 2024 at 16:37
1
© 2022 - 2025 — McMap. All rights reserved.