There are several nice pre-made component libraries for vue, such as:
- PrimeVue - Vue UI Component Library
- daisyUI — Tailwind CSS Components ( version 4 update is here )
- Shadcn for Vue - shadcn/vue
- Radix Vue | Unstyled, accessible components for building high‑quality design systems and web apps in Vue
Creating your own
- Component Library( Vue 3 + Rollup) - DEV Community
- Use Vite for JavaScript Libraries
- Create a Component Library Fast🚀(using Vite’s library mode) - DEV Community
- How to Create a Component Library with Vite | ✨ Super Guides ✨
- vue.js - Generate d.ts file for Vue components written in Typescript - Stack Overflow