@sxo/vue2
v0.0.1
Published
Vue 2 adaptor for SXO Design System.
Maintainers
Readme
@sxo/vue2 provides the headless component logic and atomic styling of the SXO design system to Vue 2.x projects, ensuring consistent UI across your entire tech stack.
✨ Features
- 🧩 Headless Logic: Powered by the same core logic as other adaptors.
- 🎨 Atomic Styling: Seamlessly integrates with
@sxo/uigenerators. - 🏛️ Legacy Support: Full compatibility with Vue 2.x projects.
- 🛡️ Type Safe: TypeScript support for components and options.
🚀 Quick Start
Installation
pnpm add @sxo/vue2 @sxo/ui @sxo/engine @sxo/designUsage
import Vue from 'vue';
import { createSxo } from '@sxo/vue2';
import antdTheme from '@sxo/theme-antd';
Vue.use(createSxo({ tokens: antdTheme }));📖 Documentation
For full documentation and examples, visit the Vue 2 Adaptor Documentation.
📄 License
MIT License.
