@orion.ui/orion
TypeScript icon, indicating that this package has built-in type declarations

1.10.4 • Public • Published

Orion UI

Orion - Another simple yet powerful UI framework

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

Readme

Keywords

none

Package Sidebar

Install

npm i @orion.ui/orion

Weekly Downloads

353

Version

1.10.4

License

MIT

Unpacked Size

18.4 MB

Total Files

352

Last publish

Collaborators

  • orion-dev
  • aphilippona
  • jseebauer
  • jbmaisner