-
-
Notifications
You must be signed in to change notification settings - Fork 79k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a visual, concise test page for Bootstrap 4? #18645
Comments
No.
As you mentioned, browsing through the docs is the current method.
Unless it was done using Jekyll |
Good point. How about something like this: I would group the snippets by chapter in which they appear in the documentation. This would allow to reuse them elsewhere with a single point of maintenance, allowing to create one or more test scenarios as described above. Thoughts? |
That kind of abstraction just makes for more complex docs construction. I see the use of a catch-all kitchen sink type page, but not in the extra partials for nearly every code snippet (of which there are hundreds). |
@arechsteiner I think the closest you'll get here is in a separate repo: https://github.com/thomaspark/bootswatch As of January 2017, there's a "4-alpha" directory in this project. The default theme page comes in handy for me: https://github.com/thomaspark/bootswatch/blob/gh-pages/4-alpha/default/index.html |
@tinyearth I realized the 2nd link was missing a lot of stuff, so I ended up making my own. I just combined the documentation and stripped out descriptions, codes, and duplicates. It ended up being a super long single page. |
@gavsiu It looks good but I'm intrigued to know what the advantages of using your demo page over the actual Bootstrap 4 documentation. |
@olivia101 I'm really only using it for Wordpress. I have a post with the code and I can apply my own styles. If you're not using Wordpress, I guess you could attach your stylesheet to the documentation. |
This is what I use for Bootstrap 4: https://www.codeply.com/render/2yVCoASXof |
I think I remember a test page for Bootstrap 2, where some of the core components were put on a single page in order to quickly assess whether they all look good. I can't find that page anymore though.
Is it still around and if not, how do Bootstrap developers test that their changes have not affected any of the components?
I'm thinking specifically in terms of rebuilding Bootstrap with a different set of variables in
_variables.scss
(or_custom.scss
). Except for scrolling through the docs, I don't see how someone could quickly verify that everything works as it should.If such a page or set of pages does not exist, would there be demand that I create them and submit a pull request?
The text was updated successfully, but these errors were encountered: