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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Creating Style Guides

80 点作者 Ashuu大约 11 年前

2 条评论

LandoCalrissian大约 11 年前
This is a great example of the way I think it should be done. On the style guide I&#x27;m currently working on we do it very similar fashion. We have the general overview for global items and then individual components broken out with visual examples as well as code samples.<p>I also have been working on a sandbox where you can bring in each component on the fly and test it in a sand boxed environment. This allows us to quickly prototype new views and components. Also let&#x27;s us catch more of those browser specific bugs as mentioned in the article.<p>The style guide and sandbox share the same components, so when you add a new component it appears in both. Then there are the master LESS files which are also shared, that can easily be moved into production.<p>It&#x27;s our job to make it as easy as possible for the team to come up with an idea and move that vision to reality. Having a strong style guide with consistent standards I think is really important to that.<p>Thanks for sharing the article!
kat大约 11 年前
I totally agree with the idea of having a style guide. How do you educate non-technical people (customers) on style guides? Style guides seem technical in nature so I&#x27;m not too sure how to succinctly explain to a customer that UI&#x2F;UX decisions should be based around guidelines instead of &quot;what feels good&quot;