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.
| 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.
Use the Developer Console to create Lightning components.
Include your components in the navigation menu by following these steps.