Skip to content
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

Support for grid creation #2

Open
holtkamp opened this issue Jan 6, 2016 · 2 comments
Open

Support for grid creation #2

holtkamp opened this issue Jan 6, 2016 · 2 comments

Comments

@holtkamp
Copy link

holtkamp commented Jan 6, 2016

Nice library. A thing that seems not been implemented yet is a simple way to generate grid with its

  • rows, which can have
    • columns, which typically have:
    • spans (col-md-X)
    • margins / offsets (col-md-offset-X)

Do you expect such functionality to be useful / implemented?

@janvalentik
Copy link

+1

@lmlsna
Copy link

lmlsna commented Aug 13, 2017

I think this can be implemented pretty easily by just adding a new Row helper object where you can specify the various column classes. That would be much less of an undertaking then adding tow/column arguments to the existing helpers (some of which appear to have them already).

I'll push a grid-system branch pull request once I get that working. I'll use the same basic format of the PanelRow helper, unless anyone has a better duggestion?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants