-
Notifications
You must be signed in to change notification settings - Fork 229
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
Responsive Demo #155
Comments
If there is not already a good demo that you know of, I can throw a demo together, if one of the many SUIT [Sages|Wizards|Magicians|Ninjas|Unicorns] could vet it for best practices, we could somehow include it here, or link to it externally? Happy to help if I can. |
Does the test page provide the examples you were after? http://suitcss.github.io/components-grid/test/ If not then we could certainly add some examples to the repository |
@simonsmith : the examples on the test page are really great to show the options of the Something like you see on a lot of the other grid system pages (but perhaps something a little more interesting than just the break-every-cell-to-its-own-row-on-mobile-style demos which are common in the wild: I think SUIT is awesome, but it is hard to find good write-ups and concrete examples of SUIT in action (outside of the documentation and examples in the repositories, of course), so having a nice write-up of how SUIT can be be used to solve "all your responsive needs" would be the first step towards SUIT's global domination. |
This is old and not valid, but do you perhaps mean a realistic example like this? - http://necolas.github.io/suit-grid-layouts/ Were there any particular things you found unclear that we can fix in the documentation? |
An updated example like that would be great! But if that is too much work, then I think simply extracting this comment from the readme:
and turning it into something a bit more concrete (like examples of both of them in action under the context of the Something like this:
Where the DEMO HERE links would be replaced with links to actual demos of If you visit the readmes of both of the plugins linked to above then you still can't find any examples (or mentions for that matter) of them being used with |
That sounds like a good addition. Perhaps we can add singular examples and an overall example like the fake news page I linked too but recreated with the up to date SUIT packages. Should serve as a good showcase for the tools and act as a place for users to reference their usage. |
That would be awesome. 🥇 If something like that existed it would be useful for me as a self-proclaimed SUIT evangelist. Its pretty common for me to find people who know about BEM but have never heard of SUIT, so it would be awesome to point people to some quality real-world demos to reference. |
Your feedback is appreciated. If you think there are any gaps in the documentation elsewhere please do open an issue. It's certainly an area I've had on my list to improve. |
Ok, I am happy to help. If I see anything, I will open issues. I am an issue-opening machine! |
PRs are welcome too! |
I think grid is one of the more powerful and useful components. What do you think? |
Here's a responsive grid demo - Obviously feel free to copy it back to suit. Rendered test link (It's test 2): https://superflycss.github.io/component-grid/target/test/html/
|
@mlnmln Yeah, I think a real world example as opposed to a test page is the way forward here |
Could be this simple: |
I love working with this component, but it took me a while to finally get up and running.
So my humble request: It would be awesome if one of the many SUIT [Sages|Wizards|Magicians|Ninjas|Unicorns] could throw together a fully responsive demo of components-grid in action (and/or point to real-world examples or online tutorials?), utilizing best practices. The readme has a passive note about responsiveness:
Which meant a bit of trial and error and jumping around to the different plugin readmes.
A demo could also help avoid a few common pitfalls, like if I was new to SUIT and I wanted to use a copy-paste from some of the documentation, I might end up with a simple setup like this:
...where one might have to bang their head against the wall for an hour before figuring out that the
Grid--fit
modifier might override all of the sizing utilities placed onGrid-cell
descendants -- breaking the responsiveness of the Grid.🦄 ❤️
The text was updated successfully, but these errors were encountered: