TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What UI libs are you using and what do you like/dislike about them?

3 点作者 chris_engel超过 11 年前
Hey guys!<p>I&#x27;m currently working on a UI library for Backbone powered web apps and am wondering what I could do better with my lib that others don&#x27;t.<p>I know what I <i>personally</i> love&#x2F;hate about the &quot;big&quot; libs (jQueryUI, KendoJS and the like) out there, but I&#x27;d really like to have the opinions of fellow web devs to infuse that into my work.<p>greetings, Chris

2 条评论

spoiler超过 11 年前
What I always disliked about jQuery UI is that it&#x27;s horribly annoying to change the CSS, and also the fact that it adds classes using JS. Bootstrap sort of fixes that problem, but they (personally) have odd naming conventions for their classes, other than that Bootstrap is alright.
craigmj超过 11 年前
Foundation separates out its pieces nicely into distinct SASS files, so that users can use one or more pieces with their own customization. Please do the same!