DEV Community

Cover image for 🥷 Introducing Qui Max!
Timme
Timme

Posted on

🥷 Introducing Qui Max!

Hi, everyone! 6 months ago, we released our first open source vue components library Qui. And we got a lot of feedback about it. The most popular question was "Does it work with Vue 3?", and now, It does! We called it Qui-max! Yes, as iPhone Max :)

Why?

  • Vue 3 is getting popular. We like Composition API, it really helps you to keep your code clean and composable. The component's api became more predictable. Making components, we also used new features as Teleports, plural v-model and others.

code

  • Types included, you can build your components with clear predictions. (p.s. I couldn't imagine how useful Typescript can be, before I try.)

Screenshot 2021-06-24 at 10.53.16

  • We build components with Vite (rollup.js inside), with treeshake and separate css files, so you can use a few components only and take care about your bundle size. (but no so fast).
    The bundle size was also decreased from:
    Screenshot 2021-06-24 at 15.40.23
    to:
    Screenshot 2021-06-24 at 15.40.27

  • Added simple animations for dropdowns
    ezgif-7-364ea3b07007

The library is under development, so if you find a bug feel free to make an issue in our repo Qui-max

Top comments (0)