@sxo/theme-github
v0.0.1
Published
Github theme for SXO Design System.
Maintainers
Readme
@sxo/theme-github brings the familiar look and feel of the GitHub interface to your SXO application, focusing on clarity, simplicity, and great typography.
✨ Features
- 🐙 familiar UI: Replicates the clean visual language of GitHub.
- 🌫️ Precise Grayscale: Carefully picked neutral tones for borders and secondary backgrounds.
- 📈 Productivity Focused: Minimalist design that puts content first.
- 🧩 Universal: Seamlessly works with all SXO framework adaptors.
🚀 Quick Start
Installation
pnpm add @sxo/theme-githubUsage (Vue 3 Example)
import { createSxo } from '@sxo/vue';
import githubTheme from '@sxo/theme-github';
app.use(createSxo({
tokens: githubTheme
}));📄 License
MIT License.
