@sxo/theme-antd
v0.1.1
Published
Antd theme for SXO Design System.
Maintainers
Readme
@sxo/theme-antd provides a set of design tokens that replicate the clean, professional, and technical look of Ant Design 5.0 for your SXO-powered application.
✨ Features
- 💼 Professional UI: Based on Ant Design 5.0 specifications.
- 🎨 Balanced Palette: Uses the classic "Technical Blue" as the primary color.
- 📐 Precise Spacing: Follows the 8px grid system for layout and typography.
- 🧩 Drop-in Integration: Works seamlessly with all SXO framework adaptors.
🚀 Quick Start
Installation
pnpm add @sxo/theme-antdUsage (Vue 3 Example)
import { createSxo } from '@sxo/plugin-vue';
import antdTheme from '@sxo/theme-antd';
app.use(createSxo({
tokens: antdTheme
}));📄 License
MIT License.
