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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Semantic UI

768 点作者 jhund大约 8 年前

55 条评论

jameslk大约 8 年前
I&#x27;ve always found it ironic that this library calls itself &quot;Semantic UI&quot; but doesn&#x27;t follow the practice of semantic HTML&#x2F;classes[0]. W3C suggests[1] that classes should be used for semantic roles (e.g. &quot;warning&quot;, &quot;news&quot;, &quot;footer&quot;), rather than for display (&quot;left&quot;, &quot;angle&quot;, &quot;small&quot; -- examples taken from Semantic UI&#x27;s docs). So instead of giving a button the class of &quot;button&quot; it would be better to give it a class such as &quot;download-book.&quot; The benefit of this is when it comes time to redesign parts of a site, you only have to touch your stylesheets instead of manipulating both the stylesheets and HTML. That is, so we don&#x27;t fall into the old habits of what amounts to using &lt;b&gt; &lt;font&gt; &lt;blink&gt; tags.<p>0. <a href="https:&#x2F;&#x2F;css-tricks.com&#x2F;semantic-class-names&#x2F;" rel="nofollow">https:&#x2F;&#x2F;css-tricks.com&#x2F;semantic-class-names&#x2F;</a><p>1. <a href="https:&#x2F;&#x2F;www.w3.org&#x2F;QA&#x2F;Tips&#x2F;goodclassnames" rel="nofollow">https:&#x2F;&#x2F;www.w3.org&#x2F;QA&#x2F;Tips&#x2F;goodclassnames</a>
评论 #14078320 未加载
评论 #14076338 未加载
评论 #14080553 未加载
评论 #14077748 未加载
评论 #14077057 未加载
评论 #14076587 未加载
评论 #14076722 未加载
评论 #14076372 未加载
评论 #14077465 未加载
评论 #14093246 未加载
评论 #14093253 未加载
评论 #14078171 未加载
jwr大约 8 年前
I use Semantic UI in production on <a href="https:&#x2F;&#x2F;partsbox.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;partsbox.io&#x2F;</a> and can list some upsides and downsides.<p>On the positive side:<p>* very complete, with good form styling, and lots of widgets you will use often, which is especially important for larger apps,<p>* the default theme is mature and has good usability, without the crazy &quot;oh, how flat and invisible our UI is!&quot; look.<p>* the class naming plays well with React (I use ClojureScript and Rum) and looks good in your code,<p>On the negative side:<p>* the CSS is huge and there is little you can do to trim it down,<p>* the JavaScript code is not Google Closure-ready, so it&#x27;s a drag compared to my ClojureScript codebase: large and unwieldy,<p>* there is a jQuery dependency, so I have to pull that in, too,<p>* the build system is… well, strange, let&#x27;s put it that way. I&#x27;m used to typing &quot;make&quot; and getting things built, while this thing here insists on a) painting pretty pictures in the console window, b) crapping node_modules in a directory <i>up</i> from the one I&#x27;m building in, c) requires interactive feedback. I still haven&#x27;t found a way to automatically build Semantic UI from a zip&#x2F;tarball, and others seem to struggle with it, too.<p>Overall, I&#x27;m happy with the choice and it has been serving me well.
评论 #14077654 未加载
评论 #14077060 未加载
评论 #14076972 未加载
评论 #14076467 未加载
评论 #14076374 未加载
评论 #14078062 未加载
jlukic大约 8 年前
For people who are curious about theming here is classic GitHub done entirely in Semantic UI. <a href="http:&#x2F;&#x2F;semantic-org.github.io&#x2F;example-github&#x2F;" rel="nofollow">http:&#x2F;&#x2F;semantic-org.github.io&#x2F;example-github&#x2F;</a><p>(Click the small paint icon in the top menu to swap themes to see in native SUI)<p>I did a meteor dev night where I talked about some of the ideas behind Semantic UI, which might clear up some of the linguistic origins for the library and it&#x27;s ideas about language: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=86PbLfUyFtA" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=86PbLfUyFtA</a><p>And if anyone wants to dig really deep, there are a few podcasts as well <a href="https:&#x2F;&#x2F;changelog.com&#x2F;podcast&#x2F;106" rel="nofollow">https:&#x2F;&#x2F;changelog.com&#x2F;podcast&#x2F;106</a> <a href="https:&#x2F;&#x2F;changelog.com&#x2F;podcast&#x2F;164" rel="nofollow">https:&#x2F;&#x2F;changelog.com&#x2F;podcast&#x2F;164</a>
评论 #14076159 未加载
评论 #14076455 未加载
TomFrost大约 8 年前
Semantic recently adopted my team&#x27;s React adaptation as their official React port. It&#x27;s lighter weight, eliminates jQuery, and all components are standard React components that can be extended or dropped in as-is.<p><a href="https:&#x2F;&#x2F;react.semantic-ui.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;react.semantic-ui.com&#x2F;</a>
评论 #14076076 未加载
评论 #14078792 未加载
评论 #14082038 未加载
评论 #14078071 未加载
评论 #14076816 未加载
评论 #14078235 未加载
评论 #14077856 未加载
评论 #14076447 未加载
评论 #14076331 未加载
xiaohanyu大约 8 年前
Hi, guys,<p>We have spent hundreds of hours build a new website with Semantic-UI for Semantic-UI: <a href="http:&#x2F;&#x2F;semantic-ui-forest.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;semantic-ui-forest.com&#x2F;</a>.<p>Semantic-UI is my favourite front-end CSS website, I have built several websites with Semantic-UI, and I love it, feel delightful when developing with Semantic-UI.<p>But compared with Bootstrap, the ecosystem of Semantic-UI is small, so we have semantic-ui-forest for you: <a href="http:&#x2F;&#x2F;semantic-ui-forest.com&#x2F;posts&#x2F;2017-04-05-introducing-semantic-ui-forest&#x2F;" rel="nofollow">http:&#x2F;&#x2F;semantic-ui-forest.com&#x2F;posts&#x2F;2017-04-05-introducing-s...</a> .<p>In this website, we have ported 16 themes from bootswatch(bootstrap) to Semantic-UI (<a href="http:&#x2F;&#x2F;semantic-ui-forest.com&#x2F;themes" rel="nofollow">http:&#x2F;&#x2F;semantic-ui-forest.com&#x2F;themes</a>), and also, we have ported 18 official bootstrap examples (<a href="https:&#x2F;&#x2F;getbootstrap.com&#x2F;getting-started&#x2F;#examples" rel="nofollow">https:&#x2F;&#x2F;getbootstrap.com&#x2F;getting-started&#x2F;#examples</a>) and reimplemented in Semantic-UI (<a href="http:&#x2F;&#x2F;semantic-ui-forest.com&#x2F;templates&#x2F;" rel="nofollow">http:&#x2F;&#x2F;semantic-ui-forest.com&#x2F;templates&#x2F;</a>).<p>Not advertising, however, we think this maybe helpful for people who are interested in Semantic-UI and want to give it a try.
评论 #14076343 未加载
评论 #14078857 未加载
评论 #14076444 未加载
评论 #14078765 未加载
评论 #14076834 未加载
sheeshkebab大约 8 年前
This doesn&#x27;t work well on mobile - on iOS at least... scrolling is funny, flickering screens, jerky inputs. Loading feels slow too - and I&#x27;m on wifi.
评论 #14075911 未加载
评论 #14075945 未加载
评论 #14076062 未加载
评论 #14075835 未加载
评论 #14075847 未加载
评论 #14075974 未加载
franciscop大约 8 年前
When I started Picnic CSS[1] there were few CSS libraries out there and the ones that were available were severely lacking. They didn&#x27;t have either :hover or :active states, no transitions, etc.<p>Now with new libraries or modern versions of those, including Semantic UI, I wonder whether it&#x27;s time to stop supporting it and switch to one of those. They are still different but with somewhat similar principles (at least compared to others) such as the grid: &lt;div class=&quot;flex two&quot;&gt;&lt;div&gt;&lt;&#x2F;div&gt;&lt;div&gt;&lt;&#x2F;div&gt;&lt;&#x2F;div&gt;.<p>What I want to say, kudos. As I see jlukic answering some questions, how do you find the time&#x2F;sponsorship to keep working on it? Is it a personal project, company project, funded through some external medium, etc? I see there&#x27;s a donate button, does people contribute there a lot?<p>[1] <a href="https:&#x2F;&#x2F;picnicss.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;picnicss.com&#x2F;</a>
评论 #14076224 未加载
评论 #14086519 未加载
tbabb大约 8 年前
&gt; Design Beautiful Websites Quicker<p>* &quot;...More Quickly&quot;.<p>Quicker is an adjective, used to describe nouns. You could say &quot;design quicker websites&quot;, &quot;quicker&quot; in that case describing an aspect of the website. If you wanted to describe the manner in which you will do the designing, you have to use the adverb &quot;quickly&quot;-- &quot;design websites quickly&quot;. Adding the adverb &quot;more&quot; to modify the adverb &quot;quickly&quot; is the proper way to make it comparative.
malloryerik大约 8 年前
Might also check out Ant Design. <a href="https:&#x2F;&#x2F;ant.design&#x2F;" rel="nofollow">https:&#x2F;&#x2F;ant.design&#x2F;</a><p>It&#x27;s integrated with React and there&#x27;s a separate mobile UI for it. Ant is Chinese, with docs translated into English. Like China, it&#x27;s huge^^ I&#x27;ve just been fooling around with it today for the first time in create-react-app and seems good so far. Haven&#x27;t tried on mobile.
评论 #14078327 未加载
评论 #14082095 未加载
评论 #14078089 未加载
评论 #14075950 未加载
评论 #14077478 未加载
评论 #14076766 未加载
JusticeJuice大约 8 年前
I&#x27;ve done a few projects with Sematic UI. I think it&#x27;s great for desktop based business applications. It looks slick, and has great animations. Plays nice with heaps of frameworks, I was using meteor.js<p>However, don&#x27;t use it on mobile - it will destroy performance.
评论 #14076251 未加载
tomelders大约 8 年前
Please stop with these things. They&#x27;re never fit for purpose, and now there&#x27;s another thing that looks - to non technical people - like a panacea for all development woes. Designers will never follow your constraints. Managers will never understand why this hasn&#x27;t magically reduced our estimates by 90%. And yet again, it&#x27;s just &quot;developers being difficult&quot; because there&#x27;s a bunch of guys in India who say they CAN work with this for half the price.<p>This sort of stuff is worse than useless.
评论 #14077398 未加载
评论 #14078764 未加载
评论 #14079489 未加载
评论 #14078272 未加载
评论 #14089639 未加载
评论 #14078124 未加载
评论 #14079151 未加载
评论 #14077055 未加载
aphextron大约 8 年前
32,000+ stars is insane, how have I not heard of this? Does anyone have production experience with it?
nkkollaw大约 8 年前
It looks great.<p>However, I&#x27;ve used it in the past and the CSS size is _HUGE_, with no way to reduce it. We&#x27;re talking about &gt; 500KB of CSS (in my case, at least). The JavaScript is extremely bloated as well.<p>Honestly, being that heavy I wonder how anyone can use it. If your site is to be viewed by mobile users, adding 500KB just to style a few elements is unacceptable.<p>I&#x27;d much rather go with Bootstrap. It has the added benefit of having the majority of front-end devs know it, and you can buy or use a theme for free and make it look great.
评论 #14076915 未加载
dandare大约 8 年前
Sidenote: the <a href="https:&#x2F;&#x2F;en.bem.info&#x2F;" rel="nofollow">https:&#x2F;&#x2F;en.bem.info&#x2F;</a> website (mentioned in the first paragraph of text about Semantic UI) totally irritates me. Would you be so kind and explain with a single sentence what is the purpose of your website&#x2F;platform&#x2F;framework?
constantlm大约 8 年前
I recently dropped Bootstrap early in a project and switched to Semantic. I&#x27;ve been using it for a few months - so far it seems fantastic and much more &quot;natural&quot; to work with than Bootstrap. The gigantic set of components, and integration with both EmberJS and React make it even more amazing.
flukus大约 8 年前
Wouldn&#x27;t a semantic UI have things like a &lt;menu&gt; tag that was up to the browser to render?
inputcoffee大约 8 年前
What is the best way to think of this. Is this like Twitter Bootstrap and Zurb Foundation, or is this like something else entirely?
评论 #14075819 未加载
评论 #14075838 未加载
评论 #14075826 未加载
taeric大约 8 年前
I alternate between thinking this sort of thing is merely misguided, or merely a waste of time.<p>I want to like it, a lot. But I can&#x27;t help feeling that this ship sailed years ago.<p>Simple UIs that are easy to interpret are a thing of the nineties. We left them because we evidently didn&#x27;t realize what we had. Also, people like flashy things. A lot.
ssijak大约 8 年前
Why is bootstrap 4 taking so long to get to a final version? All that waiting is pushing me towards other libraries. But me, being primarily backend engineer, want a library that has a large community because I am not so skilled with frontend UI and want the possibility to find the help easily.
评论 #14085937 未加载
cknight大约 8 年前
I chose Semantic UI for my project: <a href="https:&#x2F;&#x2F;suitocracy.com" rel="nofollow">https:&#x2F;&#x2F;suitocracy.com</a> if anyone wants to see another live example, it also uses the default theme.<p>Like others, I was somewhat concerned about the bloat - over half of my front page&#x27;s total file size. But at about 250KB all up, I realised this was only around a tenth of what the average website throws at people these days. <a href="https:&#x2F;&#x2F;www.wired.com&#x2F;2016&#x2F;04&#x2F;average-webpage-now-size-original-doom&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.wired.com&#x2F;2016&#x2F;04&#x2F;average-webpage-now-size-origi...</a>
评论 #14079581 未加载
cyberferret大约 8 年前
I&#x27;ve been a Bootstrap user for years on all my web apps, but thinking that perhaps instead of re-learning things for v4, I look at expending a similar amount of time and effort to learn something new.<p>I came across Semantic-UI last year and remember being impressed by it, but for some reason it just slipped my mind until I saw this post today. I seems it could work for another small project that I am thinking of starting.<p>Just to clarify - No reliance on jQuery with this framework, right? Has anyone else worked with Semantic-UI using Umbrella.js and&#x2F;or Intercooler.js ??
评论 #14076410 未加载
评论 #14076427 未加载
keehun大约 8 年前
Am I the only one that passionately dislikes the menus that require clicking on the hamburger icon? I&#x27;m okay with it in phone apps when used tastefully, but it seems like too many websites are adopting it now for no good reason. This trend is especially evident among the online Wordpress&#x2F;HTML template communities and creators...
评论 #14078484 未加载
debacle大约 8 年前
Seems like a next evolution of Bootstrap components. The trick with this type of stuff is <i>always</i> in how it plays with other frameworks. Can I drop into jQuery if I need to, and still interact easily with controls? Is there some obscene DOM skeletons in the closet that&#x27;s going to bite me in the ass later?
评论 #14075889 未加载
ludbek大约 8 年前
I have been using Semantic UI for a while now. Overall I love this framework. It has lots of essential components. I highly recommend it to lean startups who dont have enough expertise for designing and developing their own UI components.<p>But I do hate it for having weak and restrictive responsive queries.
Mizza大约 8 年前
Semantic has replaced Bootstrap as my go-to web framework. I find it more natural, and the default components are nicer. I think it needs a larger theme ecosystem and more consistent documentation, but I appreciate all the work that has gone into it.
tabeth大约 8 年前
Is it possible these days to have a fully interactive mobile application with just HTML and CSS? Have CSS animations gotten good enough? I&#x27;m talking things like pure CSS accordians, modals&#x2F;pop-ups, tooltips, etc.<p>Semantic UI is something I personally use for a few projects, but I really wish some of this stuff didn&#x27;t require so much javascript and was more encapsulated like Tachyons [1]. The main problem I&#x27;ve encountered when using Semantic UI is that it becomes difficult to change the prebuild components significantly.<p>[1] <a href="http:&#x2F;&#x2F;tachyons.io&#x2F;" rel="nofollow">http:&#x2F;&#x2F;tachyons.io&#x2F;</a>
评论 #14076105 未加载
评论 #14076007 未加载
评论 #14075976 未加载
mybrid大约 8 年前
&quot;Semantic is a development framework that helps create beautiful, responsive layouts using human-friendly HTML.&quot;<p>Claims made without evidence can be dismissed without evidence.<p>I&#x27;m not singling out Semantic UI here except to say that usability studies validate beautiful, responsive layouts using human-friendly HTML.<p>Has anybody done a usability study to confirm any such claims?<p>Again, not singling out Semantic UI except to point out an opportunity. Semantic UI could be the first to quantify this by providing usability study support rather than just putting it our there.<p><a href="https:&#x2F;&#x2F;www.nngroup.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.nngroup.com&#x2F;</a>
alexjv89大约 8 年前
We use semantic-ui at Highlyreco (<a href="https:&#x2F;&#x2F;www.highlyreco.com" rel="nofollow">https:&#x2F;&#x2F;www.highlyreco.com</a>). Semantic is a CSS framework that we absolutely love. Cant recommend it enough. Semantic made it possible for 2 developers(non of us are front end focus engineers) to build out a fairly complex ui at Highlyreco. Semantic gives us the ability to iterate really fast on UI.<p>We probably would not exist without semantic. For earlier projects I used to use bootstrap. My opinion is that Bootstrap is good for designing landing pages and semantic is good for building user interface pages.
tmikaeld大约 8 年前
My company has been using SUI in production the past 3 years and it&#x27;s been absolutely great, sure it is big, but that translates into flexibility and speed of development as well as having a production-ready framework that we know can handle anything thrown at it.<p>I&#x27;ve seen some mentions of jQuery, I don&#x27;t think that&#x27;s a bad thing at all - the framework uses the plugin system so fully that without jQuery, I&#x27;m sure the framework would be even bigger and less flexible. The added advantage is that other jQuery plugins work without adding anything.
vinayakkulkarni大约 8 年前
Just FYI,<p><a href="https:&#x2F;&#x2F;www.zomato.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.zomato.com&#x2F;</a> one of the biggest in it&#x27;s industry uses Semantic-UI :)<p>Love the Framework and Jack + all contributors effort in it :)
评论 #14076845 未加载
wishinghand大约 8 年前
I love the style and components of Semantic UI, but it&#x27;s really heavy in terms of CSS file size, even once minified. I&#x27;d recommend running UnCSS or something similar on it before deployment.
Finbarr大约 8 年前
We used Semantic UI for Startup School (<a href="https:&#x2F;&#x2F;startupschool.org" rel="nofollow">https:&#x2F;&#x2F;startupschool.org</a>) and it has been awesome. Really happy with the choice.
评论 #14076261 未加载
dmoreno大约 8 年前
I love semantic UI. I&#x27;m using it now with my new project (serverboards.io) and it really was a huge time saver.<p>I would prefer it using sass, but the is a &#x27;port&#x27; (<a href="https:&#x2F;&#x2F;github.com&#x2F;doabit&#x2F;semantic-ui-sass&#x2F;tree&#x2F;master&#x2F;app&#x2F;assets&#x2F;stylesheets" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;doabit&#x2F;semantic-ui-sass&#x2F;tree&#x2F;master&#x2F;app&#x2F;a...</a>)
nwmcsween大约 8 年前
I guess it&#x27;s as good of time as any to plug my project s.css[1], it tries to be the exact opposite of semantic ui. Class names are simply abbreviated properties such as .di-bl { display: block; }. It isn&#x27;t meant to be used as a framework, but something that other frameworks can build upon (I will soon be releasing something that build on it).<p>[1] github.com&#x2F;nwmcsween&#x2F;s.css
Too大约 8 年前
&gt; Intuitive javascript: $(&#x27;select.dropdown&#x27;) .dropdown(&#x27;set selected&#x27;, [&#x27;meteor&#x27;, &#x27;ember&#x27;]);<p>Please no...just use React, Vue, Angular or some other sane data binding framework already. Don&#x27;t mix logic and presentation. Your javascript code should never know about CSS classes, and ids and preferably not DOM-states either.
评论 #14079656 未加载
chenshuiluke大约 8 年前
Semantic UI is really great! I suck at frontend design and it really helps me to make decent looking websites :)
karimdag大约 8 年前
Personally I have chose Semantic UI as my go-to css framework over bootstrap. While bootstrap performs better on mobile, SUI is way nicer&#x2F;cleaner it therefore eliminates the need to customize anything which I think is one of the reasons that someone would use a css framework in the first place.
kbr大约 8 年前
Checked it out, and it looks quite nice! Congrats on making such a nice tool. I&#x27;m a fellow CSS library author here, of Wing[1].<p>Everything seems fine, but as others have said, the scrolling is jumpy. Might want to fix that :)<p>1. <a href="http:&#x2F;&#x2F;usewing.ml" rel="nofollow">http:&#x2F;&#x2F;usewing.ml</a>
daurnimator大约 8 年前
Anyone able to help explain to me how to use this with e.g. a simple static site?<p>i.e. hand written HTML (perhaps compiled from markdown) with no JS?<p>The manuals for semantic UI seem to jump strait into integrations with other frontend frameworks and build tools; but I don&#x27;t want to use them.
baby大约 8 年前
I use it for small projects&#x2F;pages just because it looks so good :) <a href="http:&#x2F;&#x2F;cryptologie.net&#x2F;links" rel="nofollow">http:&#x2F;&#x2F;cryptologie.net&#x2F;links</a><p>but I found it harder to get into compared to bootstrap&#x2F;foundation.
nwmcsween大约 8 年前
There seems to be some sort of impedance mismatch CSS is _for_ developers give me .di-bl { display: block; }, make it easy to understand by just looking at the markup instead of having to having to dig into other files.
voidhawk大约 8 年前
Anyone else find the pages jitter when scrolling? At least on Safari (iPhone)
ndarilek大约 8 年前
As a blind web developer, I want to like Semantic. My usual mode of developing HTML, once it&#x27;s at the &quot;I need to make this look good&quot; stage, is &quot;show it to my girlfriend and ask her various questions.&quot; She says things like &quot;I wish X were a bit larger,&quot; or &quot;Y should be blue,&quot; and pulling that off in Bootstrap is challenging. I can drop down to lower-level CSS, but have no clue how my changes interact with Bootstrap&#x27;s defaults, or indeed if they take effect at all. I mean, I can tweak font sizes and hex codes, but at the end of the day they&#x27;re all numbers, when what I <i>want</i> to do is say &quot;No really, make this thing larger relative to these other things,&quot; not &quot;make it 125%, with this hex code I scraped out of some color list and hope looks nice.&quot;<p>But, gods, buttons as divs. Maybe they&#x27;re easier to style, but if I had a dollar for every time I couldn&#x27;t use someone&#x27;s site because they used a div as a button, then didn&#x27;t do the several other things that &lt;button&#x2F;&gt; gives you for free that make all the accessibility difference, well, I&#x27;d not worry about money ever again.<p>I&#x27;m glad to see that the homepage example at least uses &lt;button&#x2F;&gt;, but then the rendering of the example isn&#x27;t keyboard-focusable or actionable. Then, when I look at the actual code they&#x27;re rendering, it&#x27;s back to divs. So they&#x27;re not even rendering their example code.<p>Can I use Semantic with the actual HTML elements that the divs are meant to style, so I can use the CSS class names some folks hate and derive their benefits to me, but still get the accessibility benefits of the tags? I&#x27;d read their docs and check, but I don&#x27;t know if they&#x27;re linked from the main page. I see links to 1.X&#x2F;0.X docs, but I can&#x27;t find a link to 2.X docs. There&#x27;s a &quot;Menu&quot; link which may pop up more links, but I can&#x27;t seem to trigger this with Enter. I seriously spent 10-15 minutes on this page looking for docs using only my keyboard, before deciding that I really had better ways to spend my day.<p>I hate to advise people to avoid projects because I&#x27;m not so arrogant as to think my language&#x2F;stack&#x2F;framework&#x2F;whatever is anything other than <i>my</i> favorite, and I do <i>want</i> to like this one, but every time I look at it the accessibility story is disappointing, and given that it&#x27;s a framework, that means <i>other</i> sites will likely inherit disappointing accessibility stories too.<p>And now it&#x27;s back to drinking, which seems to be the only fix for this[1].<p>1. Not really, but damn am I tired of a) fighting the same battles again and again and b) answering the same questions about said battles again and again. All of this stuff is exhaustively documented by folks who are smarter than I am, so it isn&#x27;t obscure, nor is it something I need to (or am even highly <i>qualified</i> to) answer.
评论 #14086005 未加载
mark_l_watson大约 8 年前
I have been using bootstrap exclusively for years. I will give this a try on a small throwaway project. I am concerned by the apparently large size of CSS and JS, based on other comments here.
symboltoproc大约 8 年前
I work for quite some time now with Javascript and I must say:<p>$(&#x27;select.dropdown&#x27;).dropdown(&#x27;set selected&#x27;, [&#x27;meteor&#x27;, &#x27;ember&#x27;]);<p>Is the most unintuitive Javascript I&#x27;ve ever seen.
aecorredor大约 8 年前
Does anyone else feel that the documentation does not clearly explain how to create responsive layouts? I see the visual examples, but no clear code like in bootstrap&#x27;s docs.
xyproto大约 8 年前
Sounds great in theory, but the dropdown box on the front page is a list where only half the height of the letters are shown, instead of a proper dropdown box.
jff大约 8 年前
All this and it still looks like Yet Another Bootstrap website. Guess that&#x27;s the modern meaning of &#x27;beautiful website&#x27;.
jv22222大约 8 年前
There&#x27;s a pretty bad bug on that website. When you open it in Safari on iPhone 6 it jitters badly as you scroll the page down.
macca321大约 8 年前
I&#x27;d like to find a framework like this that comes with platform-neutral (handlebars or similar) templates for each component
kuon大约 8 年前
I am starting a new project, and I am considering semantic UI and grommet. Anybody has experience with grommet?
zeeshanu大约 8 年前
The interface looks good but it is like a nightmare to remeber every single class.
评论 #14076761 未加载
5_minutes大约 8 年前
I&#x27;m fine with Bootstrap though... another day, another framework
rfw1z大约 8 年前
What makes the Internet so exciting is the direct opposite of this.
notliketherest大约 8 年前
I love semantic UI React for my teams internal tools. So easy to drop in an use without having to think about css