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
Rahul Singh 1384Rahul Singh 1384 

How to make a simple lightning Form with different tabs with inputfields and custom buttons?

This is a standard component of activity But I want to make same component as a custom component with different tabs? If Any Help, it would be greatly appreciated. Thanks in Advance. 
Hemant_JainHemant_Jain
Hello, You can use  Scoped Tabs from SLDS. Please refer the documenttion here (https://www.lightningdesignsystem.com/components/scoped-tabs/)for more details. You can also use lightning tabset. Refer here (https://developer.salesforce.com/docs/atlas.en-us.206.0.lightning.meta/lightning/aura_compref_lightning_tabset.htm)for more details on it.
Rahul Singh 1384Rahul Singh 1384
Thanks a lot for the response Hemant
    Can you please help me out, if
    I want to create a multilookup component in which
    if i select contact then it
    will lookup for contacts
    and if i selct Lead, then, it will lookup for leads.
User-added image