Why It Matters
If you’ve ever needed a multi-select combobox, a QR code generator, or a custom datatable with GraphQL support in LWC — and spent hours building it from scratch — this repo is for you. It’s a curated collection of 18 production-ready components, each with unit tests and documentation.
The standouts: the Multi Select Combobox (a component Salesforce still doesn’t offer natively), the GraphQL-powered datatables (a clean pattern for the newer GraphQL wire adapters), and the Drag & Drop example (surprisingly tricky to get right in LWC). Every component follows best practices and runs through CI with SonarCloud quality gates.
241 stars and actively maintained. Fork, copy what you need, adapt to your project.
Alternatives
- LWC Recipes — official Salesforce examples, broader but less production-ready
- Lightning Base Components — native components, limited customization
- LWC OSS — open-source LWC framework for non-Salesforce use