You need to sign in to do that
Don't have an account?
Adding a lightning component created via App Builder to VF Page ?
Hello All , I know how to add a lightning component created via developer console to a VF page.
My question is , is there a way to a component created via Lightning App Builder to a VF Page ?
Thank you all
My question is , is there a way to a component created via Lightning App Builder to a VF Page ?
Thank you all
Yes, you can definitely add lightning component inside a VF page by using the $Lightning.Use() container. Please refer the below link which explains in detail on how this can be developed.
https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/components_visualforce.htm
Kindly mark it as an answer if that works for you.