I always wanted a minimalistic CSS framework for my projects, so I started to create my own: THINK
THINK is a modern CSS-first UI framework built on semantic HTML, custom elements, and data attributes. Uses :has(), container queries, and density scaling. No classes, no build step.
It‘s work in progress but I‘m pretty happy with the outcome so far, especially the data table component and automated Insights. I know it‘s not AI driven - but it works pretty okay for quick insights on the loaded data.
This is very cool! Is it open-source? I'd love to see what it's like to use
Been using tachyons.css
Would love to take this for a test if it is available for public use
Looks nice! Semantic HTML is such a relief if you've ever encountered a div hell.