Responsive Sightly Column Component | Community
Skip to main content
ohara239
New Participant
March 7, 2017
Solved

Responsive Sightly Column Component

  • March 7, 2017
  • 1 reply
  • 1416 views

I wanted to share a component with the community as they help me so much already. I made a responsive sighlty column component based on bootstraps 12 grid that is easily extendable.

I found this one in the helpx and almost had a heart attack when I seen they just toggled entire div structures.

I looked into the acs-commons column control and it was not easy to control the CSS break points, This also had too many variable to account for with our authors.

So I created a component that take a csv and parses the css classes to determine the number of parsys' to render and how to render them. This will also maintain your authors content if they change the layout. I created this ColumnControl for the community to use and modify as needed.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by kautuk_sahni

Hi

Please have a look at this references article:

Link:- http://aempodcast.com/2016/front-end-engineering/implement-responsive-layout-aem-part-2/#.WMfVHm-GPRY

// Help in building The Responsive Column Controller

I hope this would help you.

~kautuk

1 reply

kautuk_sahni
kautuk_sahniAccepted solution
Employee
March 14, 2017

Hi

Please have a look at this references article:

Link:- http://aempodcast.com/2016/front-end-engineering/implement-responsive-layout-aem-part-2/#.WMfVHm-GPRY

// Help in building The Responsive Column Controller

I hope this would help you.

~kautuk

Kautuk Sahni