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.
Looks nice! Semantic HTML is such a relief if you've ever encountered a div hell.
This is very cool! Is it open-source? I'd love to see what it's like to use
I just created a repo: https://github.com/marchildmann/IDS-Think It's MIT licensed. Would love feedback, especially on the data table component.
Been using tachyons.css
Would love to take this for a test if it is available for public use
I just created a repo: https://github.com/marchildmann/IDS-Think It's MIT licensed. Would love feedback, especially on the data table component.