@sxo/theme-material
v0.0.1
Published
Material theme for SXO Design System.
Maintainers
Readme
@sxo/theme-material brings Google's Material You (M3) design philosophy to the SXO ecosystem, featuring dynamic color capabilities and a focus on tactile surfaces.
✨ Features
- 📐 M3 Specifications: Follows the latest Material Design 3 guidelines.
- 🎨 Expressive Color: Optimized for dynamic color schemes and high legibility.
- 🏔️ Elevation & Depth: Signature use of shadows and surfaces to indicate hierarchy.
- 🧩 Universal: Fully compatible with all SXO framework adaptors.
🚀 Quick Start
Installation
pnpm add @sxo/theme-materialUsage (Vue 3 Example)
import { createSxo } from '@sxo/vue';
import materialTheme from '@sxo/theme-material';
app.use(createSxo({
tokens: materialTheme
}));📄 License
MIT License.
