Essential UI Components for NextJS with TypeScript and TailwindCSS

Essential UI Components for NextJS with TypeScript and TailwindCSS

Free, easy-to-use components for a better UI in NextJS

Have you ever searched for UI components online for NextJS that use TypeScript and TailedCSS? If you have, you've already found out that there are few free options available, and everything else is paywalled. UI development is a lot of work, and sometimes you just want a little help with creating a Toggle button or a MultiSelect dropdown. As I'm building the UI for Nomikai (an AI orchestration tool for marketing and sales teams), I've decided that I will slowly build out a generic components library for other UI developers to use for inspiration, or just a push in the right direction. Sometimes, all we need is a template to get our own creativity working. Follow along as I release new components every week!

To kickstart this off, check out this reusable Multi Select Dropdown component:

This component uses React Select library.

Check out the component here:

https://github.com/christineRPM/nextjs-typscript-tailwind-ui-components/blob/main/components/fields/MultiSelectInput.tsx