Skip to content

orion-ui/orion-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Orion - Another simple yet powerful UI framework

GitHub Release

Build & Publish for production

🎉 Orion v2 has been released ! Heads up to the release note for more details on breaking changes and migration process.

Orion UI

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

Installation

npm i @orion.ui/orion

Basic usage

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 Copyright (c) 2023-present Orion UI