This is really great! I'm going to use that right now :)
Personally, I would rather prefer a layout where the code and preview panel is on the right instead of being fixed on a bottom, because in most cases, it overlays the whole page. Other than that, I love it 👍
Thanks for your feedback @marek. Placing the snippets and samples on the right side would also cover part of the cheat sheet I think. I decided to put it on the bottom because this way all links are reachable through scrolling at all times. May I ask what screen resolution you're viewing this with?
Wait, you can't edit the snippet and get a real-time preview?
Without being able to do that I'm not seeing how this is much better than the official docs, which they've done a great job on.
Thanks for your feedback @joshuapinter. I've considered integrating CodePen links for quickly playing around with the samples, but for now I'd like to keep it simple and avoid overloading it with features. As I've said in the comment above, it's rather meant as a quick lookup table for people working with Bootstrap on a regular basis. The assumption is that when you're using this cheat sheet, you would probably already have a dev environment running where you can fiddle with the component you're using.
@joshuapinter I don't think that's the point of it. I don't know any cheat sheets that let you edit code, nor would I need them. This tool makes it super easy to see all the available components that Bootstrap has to offer without having to trawl through the documentation, and copy the code for your production environment. I can see myself using this on a daily basis (at least until I can memorize all the Emmet shortcuts in Sublime Text).
@parasight Fair enough. I personally prefer to scroll through a section of the official docs and see what might work best for a particular task - they've done such a great job with them. But each to their own.
I still think fiddling with it in real-time would be a nice feature, though.
@geonomad I'd definitely refrain from using alpha products in a production environment. There are bound to be changes by the time they're through beta, some of which might break things. Stick with 3, it does a good job and it's been tested to hell and back.
@parasight Thanks. I have only just started using Bootstrap 3, so will just continue to wait for 4's official release. Meanwhile a cheatsheet like that for 3 would come in handy for us dilettantes.
@peedutuisk@joshuapinter I never meant for it to replace the official Bootstrap docs to be honest. The goal was to provide a reminder for people who know Bootstrap already and need to lookup class names quickly - providing a code sample and preview if needed. Ideally it would cover most cases and when it does not, people can drill down into the official documentation for more detailed info.
iOS Hat