This name does sort of confuse. Although I don't know how more generic you can get then, "User Interface Kit", although the capitalization of Uikit is a little awkward.
Here's a description of the problems I found: http://imgur.com/a/XSo5T
The point here isn't to nitpick. But I've found three problems after the most basic review. That doesn't give me much confidence in quality of the codebase. If I commit to using this in a large project, spending 40+ hours with UiKit, how many more problems will I find? (And, ultimately have to fix).
If I remember correctly it was developed by YooTheme, a company that sells templates for Joomla.
They also had a great plug in that was good for managing user submissions easily with custom fields. I used it at a time where my skills werent as good. The client is still using it AFAIK.
So that's...
HTML/CSS/JS:
---------
React:
https://react-bootstrap.github.io
---------
Phew. And people complain about JavaScript frameworks. Those are just the ones I've remembered. Probably a hundred more whose names my memory did not retain. Varying use cases for the likes of min.css and Material Design Lite/clones but still.
I also developed my own (it would be unfair to call it a framework in my case) boilerplate for front-end work, but even if I turned it into a UI framework, I wouldn't be able to justify adding to the list above.
I'm in two minds about UI frameworks anyway. I keep mine as a boilerplate because I like to offer significantly different design options when I develop a website for a client, and I think front-end frameworks have played some part in the samey-ness of all websites today.
That said, how many start-ups have launched with less money spent on front-end developers thanks to Bootstrap? Lots, I'm sure.
How many hours were saved not working out all of the IE8 hacks Bootstrap includes as standard? Many, many, many.
Bootstrap and friends can all be chopped down to size before you even download the source files. Others like Bass CSS are designed to be extremely malleable, so I'm not sure what else there is to bring to the table.
Stuff like Bulma is flexbox-based, which is advertised as a feature, though I'm not sure it should be. In my experience, any mention of flexbox means 'less reliable than using float/display: inline-block/position: absolute for older browsers'
Seems to be a rehash of similar components in a lot of other libraries, but with less featured functionality. For instance, I checked out the autocomplete component, but it doesn't seem to do a 'progressive' search when you start typing in something. Instead, as soon as you start typing, it displays ALL the options in the drop down. I would much rather it does a keyword match and narrows down the selection the more you type - like other autocomplete UI kits do.
It's a very generic "I am yet another framework that can do everything you ever dreamed of doing".
ok, I get it, you have css and you can do components. How does that make you any different from React or Angular or Knockout or any other library/framework?