assembler
A modern UI framework (by asmcss)
theme-ui
Build consistent, themeable React apps based on constraint-based design principles (by system-ui)
assembler | theme-ui | |
---|---|---|
4 | 22 | |
216 | 5,303 | |
0.0% | 0.2% | |
0.0 | 7.7 | |
over 2 years ago | 20 days ago | |
TypeScript | TypeScript | |
Apache License 2.0 | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
assembler
Posts with mentions or reviews of assembler.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-08-12.
- Assembler CSS
-
Hacker News top posts: Aug 12, 2021
Assembler CSS, a modern utility-first framework\ (32 comments)
- Assembler CSS, a modern utility-first framework
theme-ui
Posts with mentions or reviews of theme-ui.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-09-12.
- Rethinking CSS in JS
-
30+ CSS libraries and frameworks help you style your applications efficiently.
Theme UI Theme UI is a library for building consistent, themeable React applications. It allows developers to define design tokens and apply them throughout their application, ensuring a cohesive design system.
-
Top 23 React UI Component Libraries for Your Next Project🚀
18. Theme UI
-
Styling React 2023 edition
Over the past few years, I've worked with React apps utilising various CSS-in-JS libraries, starting with styled-components, transitioning through emotion, Theme UI, and finally Stitches. I've also integrated MUI, Mantine, and Chakra in numerous client projects.
-
The Future of CSS: Easy Light-Dark Mode Color Switching with Light-Dark()
> If you wanted to actually solve theming, what you should work for is not a constrained helper function like light-dark(), but instead a shared token schema. Today nearly every company has their own token schema and different ways of naming things in the semantic token layer. If we had a shard language here, not only would it be trivial to add light/dark theming (just redefine a few variables that are already provided for you), code could be shared between sites and inherit the theming/branding.
Isn't that the idea behind https://open-props.style/ (and https://theme-ui.com/ in JS land)?
I think it's a great idea, but hampered by the lack of adoption incentives for the very people that need to adopt it for it to become successful (design system/component library authors). It introduces constraints, but the promised interoperability is not really beneficial to the people who need to work within those constraints.
-
Making a Linux home server sleep on idle and wake on demand – the simple way
Author here, apologies for the dark mode issue and thanks for flagging it -- looks to be an open bug in theme-ui (https://github.com/system-ui/theme-ui/issues/1602).
I've just pushed a workaround that appears to have fixed it.
- Past Informs the Present: Begin’s Approach to CSS
- Best open source components library for ReactJS?
-
Migrating my website from Gatsby to Astro
theme-ui
-
"Tailwind is an Anti-Pattern" by Enrico Gruner (JavaScript in Plain English)
Recently, we've been using theme-ui for styles (which uses emotion behind the scenes).