mercadolibre / chico

A collection of easy-to-use UI components.
http://chico.mercadolibre.com
MIT License
342 stars 91 forks source link

Centered columns #1341

Closed cRube closed 7 years ago

cRube commented 7 years ago

Like this

http://www.minimit.com/articles/solutions-tutorials/bootstrap-3-responsive-centered-columns

http://www.minimit.com/demos/bootstrap-3-responsive-centered-columns

cRube commented 7 years ago

Is there a way to center content (columns) using the currently Chico and Mesh codes? Thank you.

battaglr commented 7 years ago

@cRube, currently Mesh doesn't provide that feature —you could easily extend it for your use-case.

Keep in mind that Chico and Mesh are two separated projects. Honestly I don't see this feature being added to Mesh in the near future, since it relies entirely on floats. We might be able to accomplish something similar if https://github.com/mercadolibre/mesh/issues/15 gets implemented.

I'll be closing this, but feel free to open an issue in Mesh if you think that we should discuss this further.

Thanks!