79166324

Date: 2024-11-07 11:58:27
Score: 1.5
Natty:
Report link

For Tailwind or any other CSS Library

 <Select
   classNames={{
   control: (state) =>
   `text-sm ${state.isFocused ? "border-red-600" : "border-grey-300"}`
   }}
 />
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Zain Waseem