Welcome to Solora
A modern UI component library built with a clean, Apple-inspired aesthetic. Minimal by design, powerful in practice — every component is crafted for real-world use.
Why Solora?
Solora was built out of frustration with component libraries that either look generic or require hours of theming. Every component ships with thoughtful defaults, full dark mode support, and a consistent visual language inspired by the best of Apple's Human Interface Guidelines.
Apple-Inspired Design
Clean, soft aesthetics with carefully crafted shadows, blur, and spacing.
Dark Mode First
Every component adapts beautifully to light and dark themes automatically.
Zero Dependencies
Pure CSS and vanilla JS. No framework lock-in, no runtime overhead.
Composable
Mix and match components freely. Consistent tokens make everything fit.
Accessible
Built with keyboard navigation and ARIA support throughout.
Mobile First
Responsive out of the box — looks great on every screen size.
Quick Example
Add buttons to your page in seconds — just import the CSS and JS.
<link rel="stylesheet" href="@kerkhoff-ict/solora/dist/index.css"> <script src="@kerkhoff-ict/solora/dist/index.js"></script> <button class="btn btn-primary btn-md">Hello, Solora!</button>