/Salesforce-LWC-Snippets

Reference examples of LWC components used in Salesforce Lightning

Primary LanguageHTMLMIT LicenseMIT

Salesforce-LWC-Snippets

Reference examples of LWC components used in Salesforce Lightning

Snippet #1 - Simple Inheritance example


If your project is starting to develop a lot of LWC components, then over time code duplication and maintainability are going to be issues. Reusing common Javascript and CSS style files throughout your components is one technique you can you to mitigate this issue: