Development
Start developing your project with the component
Development
If you installed the component, you can start developing your project with the component. Just import the component and use it as it is in your project.
App.tsx
Implemented like native <input />
The component is implemented like native <input />
component, technically there is no difference between using the component and native <input />
component.
App.tsx
Use with other libraries
You can use the component with other libraries like react-hook-form
, formik
, zod
, etc.
App.tsx
Curious about what changed? Check out the release notes.