Checkout my latest blogs
Multiple selection input field with search functionality using Shadcn/ui
Author: Vishnu Surendran
Greetings React developers. As we all know in web development a multi-select input field is an important thing to be implemented in most areas like login/signup forms and other information forms. As a React/Next.js developer, I have been using shadcn as my component library for the past few months. Shadcn provides a lot of reusable components that are built on top of radix ui. But recently, when I tried to implement a multiple-select input field inside my project, shadcn did not provide any component. So, I thought of building a custom multiple-select field component using shadcn. Finally, I found a workaround using some of the shadcn components to get the required multi-select input field. So let's get started.
Published on: August 2, 2024
How to implement OCR (Optical Character Recognition) in Angular using Tesseract.js
Author: Vishnu Surendran
Greetings Angular enthusiasts! If you’ve ever wondered how to extract text from images within the realm of Angular seamlessly, you’re in the right place. In this blog, I'm about to embark on an exciting journey that demystifies the process of incorporating text extraction functionalities into your Angular applications.
Published on: April 26, 2024