Hacker News new | ask | show | jobs
by throw1234651234 1027 days ago
You guys can try https://bulma.io/ as a middle-ground. It provides some fundamentals styles that aren't married to JavaScript, so there are never any conflicts with any SPA version. It's not widely used, but it worked well for us before going to Material UI as the team grew and the designers wanted something everyone is familiar with.
1 comments

Yeah, serves the same niche as PicoCSS for me. Always good to learn about alternatives, especially relatively non-disruptive changes like a CSS skin.

FWIW: Material UI for Svelte has been around for a while as well.

https://sveltematerialui.com/

Seems like a bunch of minor things, but learned a lot from you today, appreciate it.