How to change Height for select #4515
Replies: 5 comments 1 reply
-
May I know which height you want to change? the select wrapper? the select item? |
Beta Was this translation helpful? Give feedback.
-
Hey, Hi wong nice to see you here.
|
Beta Was this translation helpful? Give feedback.
-
Nope buddy, |
Beta Was this translation helpful? Give feedback.
-
you can pass the classes to classNames <Select
classNames={{
trigger: "min-h-16",
}}
>
...
</Select> |
Beta Was this translation helpful? Give feedback.
-
Thanks man, You have helped a lot❤️ |
Beta Was this translation helpful? Give feedback.
-
`import { Select, SelectItem } from "@nextui-org/react";
i tried with all classnames but it didt worked for me
Beta Was this translation helpful? Give feedback.
All reactions