Use Components in Salesforce Targets
Learn how to use Lightning web components in different targets, including Lightning Experience, the Salesforce mobile app, and Experience Builder sites.
To make a component available for use in different targets, define the metadata values in the component's .js-meta.xml
configuration file. Depending on your target, you can use one of these point-and-click tools to customize how your users interact with the component on a page:
You can also make your component available in these targets:
- CRM Analytics dashboards
- Custom tabs
- Lightning console app
- Quick actions
- Outlook and Gmail integrations
- Utility bar
Additionally, you can package and distribute components to other Salesforce users and organizations on AppExchange.
See Also