Lava UI
This is a UI library built with Vue3 composition API. It's written in Typescript and easy to use. There are only four different components at the moment but I'll likely add more later. It's available on npm, therefore, you're just one command away.
The process of writing this library was a great learning experience. A few issues came up that I've never encountered previously, like opening the dialogue window with a function, where the dialogue element should fit in the DOM, how to scope and structure CSS to avoid creating more problems for the user, etc. Let's just say that there was a lot of...Googling. Problem solving...that's what I meant.