Skip to content

Salesforce Lightning (SLDS)

The Salesforce renderer uses Lightning Web Components (LWC). Use it when your UIs need to look like Salesforce or when they will be embedded inside an existing Salesforce application.

Demo: https://slds2.mateu.io/

<dependency>
<groupId>io.mateu</groupId>
<artifactId>slds2-lit</artifactId>
<version>2.4.94</version>
</dependency>
  • Matches Salesforce Lightning UI patterns
  • Good choice for ISVs building on the Salesforce platform
  • LWC components are open source