Hacker News new | ask | show | jobs
by rglover 3012 days ago
Can you elaborate for me? Curious what you'd like to see in respect to a design system...

Side note, this is what I'm looking to solve at https://cleverbeagle.com.

1 comments

What I would love to see in a design system is something in terms of "white-label" components. I'm talking about components with great UX, but basically no styling applied.

I'm not sure if what I'm talking about is possible, and I'm not sure what it would look like -- but I'd love a framework that just makes everything work really nice - except it doesn't force you to do really quirky css hacks to re-style the thing.

If that makes any sense :)

Agreed. I'm surprised not to have seen this. It reminds me of the "skeleton" wordpress themes from ~10 years ago. You get a view layer that's marked up and connected/connectable, but that has no styles.
Can't you change the style of a Bootstrap layout without changing the functionality? I thought that is the point of all the different "themes" they have.
Ever taken a look at how bootstrap's CSS is written? It's horrible and even worse when you start to try to override certain things :(
Makes perfect sense! Thank you.