Make your Lightning components available
for Lightning Experience users by displaying them in a
custom tab.
Available in: Salesforce Classic and Lightning Experience |
Available for use in: Contact Manager, Group, Professional,
Enterprise, Performance, Unlimited, and Developer
Editions Create
Lightning components using the UI in Enterprise, Performance, Unlimited,
Developer Editions or a sandbox.
|
To create Lightning Component Tabs: |
Customize Application |
In the components you wish to include in Lightning Experience, add implements="force:appHostable" in the aura:component tag and save your changes.
<aura:component implements="force:appHostable">
Use the Developer Console to create
Lightning components.
Follow these steps to include your components in Lightning Experience and make them available to users in
your organization.
-
Create a custom tab for this component.
-
From Setup, enter Tabs in the Quick
Find box, then select Tabs.
-
Click New in the Lightning Component Tabs related
list.
-
Select the Lightning component that
you want to make available to users.
-
Enter a label to display on the tab.
-
Select the tab style and click Next.
-
When prompted to add the tab to profiles, accept the default and click
Save.
-
Check your output by navigating to the App Launcher in Lightning Experience. Your custom app should appear in
theApp Launcher. Click the custom
app to see the components you added.