KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#claude-code
#codex
#cli
#developer-tools
#react
#windows
orion-ui
★ 92
Open GitHub ↗
✨ Another simple yet powerful UI framework
Download README (.md)
Explore Similar Repositories
examples
:
🌟 Examples of use cases that utilize Decodable, as well as demos for related open-source projects such as Apache Flink, Debezium, and Postgres.
djantic2
:
Pydantic model support for Django
Parallel-Programming-and-Concurrency-with-C-sharp-10-and-.NET-6
:
Parallel Programming and Concurrency with C#10 and .NET6 published by packt
dnb-stack
:
The Remix Stack for deploying to Vercel with testing, linting, formatting, structure and mock for 3rd party API integration.
wpp-chatgpt
:
Make your whatsapp BOT talk like a human using ChatGPT!
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
orion-ui
?
Download (.md)
# 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 ✨ 