@sxo/theme-carbon
v0.0.1
Published
Carbon theme for SXO Design System.
Maintainers
Readme
@sxo/theme-carbon brings the high-precision, data-driven visual language of IBM Carbon to the SXO ecosystem.
✨ Features
- 🏗️ Enterprise Ready: Based on IBM's Carbon Design System specifications.
- 🎨 Industrial Palette: Focused on clarity with a neutral-heavy color system.
- 📐 Grid Optimized: Follows the 2x grid for precise alignment and spacing.
- 🧩 Universal: Compatible with all SXO framework adaptors.
🚀 Quick Start
Installation
pnpm add @sxo/theme-carbonUsage (Vue 3 Example)
import { createSxo } from '@sxo/vue';
import carbonTheme from '@sxo/theme-carbon';
app.use(createSxo({
tokens: carbonTheme
}));📖 Documentation
For full documentation and theme customization, visit the Theme Documentation.
📄 License
MIT License.
