Hi,
Adding some more details
Following is the jsp code from my component
<%@page session="false"%><%@ page
import="com.day.cq.wcm.foundation.Placeholder"%>
<%@include file="/libs/foundation/global.jsp"%>
<div class="row" style="border: 1px solid red">
<div class="col-xs-12">
<cq:include path="input-items" resourceType="foundation/components/parsys" />
</div>
</div>
and the component is rendered as below

Is there any way to add one more class to the div which wraps the parsys?
<div class="input-items parsys">
Thanks