Menu Close

themeless-ui

⬜️ ThemelessUI

A React component library harnessing the power of CSS.

License
npm
CI
Storybook

ThemelessUI is a yet another React component library, currently in very early development. Check out the documentation and the example app!

ThemelessUI’s approach to styling is something unique (I think?). The main design principles of the library are:

  • ⬜️ Comes with very minimal base theme
    • Basically just a CSS reset
    • Not quite headless but almost themeless
  • 🎨 Themeable with CSS custom properties (= CSS variables) and by targeting CSS classes (this is probably gonna void the warranty?)
    • Since the styling is done with CSS-not-in-JS, you can easily use any build tools for optimizing your CSS
  • ♿️ Fully accessible
    • At least until you decide to use black text on dark gray background
View Source Code
Posted in Development