Remix.run Logo
hilti 17 hours ago

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.

https://think.iotdata.systems/

division_by_0 13 hours ago | parent | next [-]

Looks nice! Semantic HTML is such a relief if you've ever encountered a div hell.

tcaxle 14 hours ago | parent | prev | next [-]

This is very cool! Is it open-source? I'd love to see what it's like to use

hilti 9 hours ago | parent [-]

I just created a repo: https://github.com/marchildmann/IDS-Think It's MIT licensed. Would love feedback, especially on the data table component.

jjude 14 hours ago | parent | prev [-]

Been using tachyons.css

Would love to take this for a test if it is available for public use

hilti 9 hours ago | parent [-]

I just created a repo: https://github.com/marchildmann/IDS-Think It's MIT licensed. Would love feedback, especially on the data table component.