UI Framework
"Orion UI is another simple yet powerful Vue 3 UI framework. Currently we have 45 components in this library.
For each component, we try to write the most complete documentation. We are focused on the developer experience, because we are devs ourselves and we like to make our life easier.
Orion UI is fully typed with TypeScript and offers extensive customization options through CSS variables and a typed config system. The idea is to take all the code of the component and put it on a separate TypeScript file with its own class. The goal behind this is to benefit from all that Typescript can bring on the developper experience with the autocomplete, the typing, class inheritance private, public and protected notions.
Thanks to this, we can work with component inheritance, which is not possible by default, but this philosophy is completely optional.
This project provides also a CLI, to easily start a project with basic files and configuration."