Salesforce-LWC-Snippets
Reference examples of LWC components used in Salesforce Lightning
Simple Inheritance example
Snippet #1 -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: