You need to sign in to do that
Don't have an account?
sushant sus
Using bootstrap in lightning component and it reduces standard tab size
For testing purpose, i have commented all code and only embedded css of bootstrap. But it reduces size of lightning tab.
<aura:component controller="ServiceproviderController" implements="force:appHostable" access="global">
<ltng:require styles="/resource/bootstrap337/bootstrap-3.3.7-dist/css/bootstrap.min.css,/resource/bootstrap337/bootstrap-3.3.7-dist/css/bootstrap.min.css.map"
scripts='/resource/jquery224,/resource/bootstrap337/bootstrap-3.3.7-dist/js/bootstrap.min.js'
</aura component>
Any body faces same issue while using bootstrap.I want to use bootstrap only for my functionality.
<aura:component controller="ServiceproviderController" implements="force:appHostable" access="global">
<ltng:require styles="/resource/bootstrap337/bootstrap-3.3.7-dist/css/bootstrap.min.css,/resource/bootstrap337/bootstrap-3.3.7-dist/css/bootstrap.min.css.map"
scripts='/resource/jquery224,/resource/bootstrap337/bootstrap-3.3.7-dist/js/bootstrap.min.js'
</aura component>
Any body faces same issue while using bootstrap.I want to use bootstrap only for my functionality.