https://github.com/orion-ui/orion-ui
✨ Another simple yet powerful UI framework
https://github.com/orion-ui/orion-ui
component-library orion orion-ui typescript uikit vue vue-components vue3 vue3-typescript vuejs
Last synced: 5 months ago
JSON representation
✨ Another simple yet powerful UI framework
- Host: GitHub
- URL: https://github.com/orion-ui/orion-ui
- Owner: orion-ui
- License: mit
- Created: 2023-03-22T15:33:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-21T18:55:33.000Z (5 months ago)
- Last Synced: 2026-01-21T21:11:36.843Z (5 months ago)
- Topics: component-library, orion, orion-ui, typescript, uikit, vue, vue-components, vue3, vue3-typescript, vuejs
- Language: TypeScript
- Homepage: https://orion-ui.org
- Size: 5.72 MB
- Stars: 91
- Watchers: 6
- Forks: 10
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing/component.md
- License: LICENSE
Awesome Lists containing this project
README
# Orion - Another simple yet powerful UI framework

[](https://github.com/orion-ui/orion-ui/actions/workflows/build-publish-production.yml)
> 🎉 **Orion v2 has been released !** Heads up to the [release note](https://github.com/orion-ui/orion-ui/releases) for more details on breaking changes and migration process.

**Orion** aims at being as simple as possible, but still provides rich features out-of-the-box.\
It's written in TypeScript, fully typed, because **we care about DX**.\
Based on Vue 3 and Vite, it's customizable and well documented.
## Full documentation
[orion-ui.org](https://orion-ui.org/)
## Installation
`npm i @orion.ui/orion`
## Basic usage
```ts
import { createApp } from 'vue';
import App from './App.vue';
// Import library
import Orion from '@orion.ui/orion';
// Import styles (or .less files if needed)
import '@orion.ui/orion/dist/style.css';
// Import Monkey Patching definition file (if you chose to use our monkeyPatching)
import '@orion.ui/orion/dist/monkey-patching';
createApp(App).use(Orion).mount('#app');
```
## License
[MIT](https://opensource.org/licenses/MIT) Copyright (c) 2023-present Orion UI
## Star History ✨
