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/
Add to your project
Section titled “Add to your project”<dependency> <groupId>io.mateu</groupId> <artifactId>slds2-lit</artifactId> <version>2.4.94</version></dependency>Characteristics
Section titled “Characteristics”- Matches Salesforce Lightning UI patterns
- Good choice for ISVs building on the Salesforce platform
- LWC components are open source