Bootstrap CSS and other CSS/HTML component packages

675 Views Asked by At

I've just started using Bootstrap for a project /w ASP.NET MVC, loving it! amazing! I'm disappointed that there aren't more components available, in terms of, example layout components you can drop in. (I.E a listing, detail, boxes, typography variants in a box) All sorts of things, to speed up development even more.

Are there any additional plugins that Bootstrap offers, or any other CSS/HTML component libraries available that could help me out?

2

There are 2 best solutions below

1
Edward Ruchevits On

Please try Kickstrap. That is a full version of Twitter's Bootstrap with themes, enhancements, and other goodies.

0
Matt On

The following link points to Bootstrap HTML Helpers.. they don't add much new in terms of components, but they do make the code cleaner and speed up development:

http://www.codeproject.com/Articles/507569/Bootstrap-HTML-Helpers

Hope this helps.