Newer Version Available
Add Lightning Components as Custom Tabs in the Salesforce App
Make your Lightning components available for Salesforce for Android, Salesforce for
iOS, and Salesforce mobile web users by displaying them in a custom tab.
| Available in: Salesforce Classic (not available in all orgs) 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. |
| User Permissions Needed | |
|---|---|
| To create Lightning Component Tabs: | Customize Application |
In the component you wish to add, include implements="force:appHostable" in your aura:component tag and save your changes.
1<aura:component implements="force:appHostable">The appHostable interface makes the component available as a custom tab.
To create Aura components, use the Developer Console.
Include your components in the navigation menu by following these steps.