Select - React Hook Form
A Select component that uses react-hook-form Controller.
Installation
This component is dependent on floating-button component. Please add that component first before adding this one.
1. Copy and paste the following code into your project.
2. Add this to your @/components/ui/hook-form/index.tsx
file for easy import.
Shadcn
This select component is built on top of the excellent foundation provided by Shadcn/UI.
For a deeper dive into the core concepts and building blocks, check out the original Shadcn select component.