To display a Lightning Component inside a VF page, please follow these 3 steps.
- Create a Lightning App.
- Create a Lightning Component.
- Call the Lightning app and Component inside your VF page.
Here is the code for Lightning App and VF page: GitHub.
Note: For the Lightning component you can use the previous example.
Hi Sujit,
ReplyDeleteI need to display contact lookup in account page. Is it possible to do ?Have you implemented it?