Newer Version Available
Add Lightning Components to Lightning Experience
Make your Lightning components available
for Lightning Experience users.
| User Permissions Needed | |
|---|---|
| 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.
1<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.