function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ronen SlifkinRonen Slifkin 

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
Akhil AnilAkhil Anil
Hi Ronen,

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.