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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How do you design UI components?

1 点作者 zwarag超过 3 年前
Hi HN,<p>I have to do a university assignment that is about software engineering. Unfortunately, designing user-interfaces (in the UX sense) is not a concern, even though we all have to write a user interfaces.<p>For my assignment, one component will have to register the minimum, maximum and most likely cost of building a car. These are just estimates that an engineer will do. The most naive way of doing so would be to put three textboxes that allow the engineer to input whatever he wants. However, only numbers are allowed. Additionally, the manufacturer knows that a car has to cost at least x, and they are not willing to pay more than y. That could all be done with textboxes, placeholders, validators that show error messages and so on. But I think a possibly better way would be to have some kind of slider with 3 &quot;blobs&quot; on it that represent min, max and most likely. The advantages would be that the engineer cannot even select values that are out of bound and having the 3 knobs on the line might even visually represent some skewness to his estimation.<p>I then went on Google to see if there is any research to &quot;Designing Components&quot; but I&#x27;m kinda overwhelmed by &quot;top 10 UI&#x2F;UX component&quot; answers and MATERIAL.<p>So I was wondering, how is your process on designing components?

暂无评论

暂无评论