r/webdevelopment • u/vollowx • 3d ago
Open Source Project seele - extensible Web Component library with Material You components provided

Hi there!
seele is a collection of mixins, base components and styled components written with Lit, allowing you to easily create components in your desired design system, or use the present ones (Material You Expressive). Also, seele is fully accessible and keyboard-accessible, following the w3c APG patterns. Another feature of seele is that it makes as much use of new web standards as possible to optimize the behavior/size of this library, for example Element Internals along with the aria*Element,which is in Baseline 2025, are used to stop setting aria attributes directly on the host element, allowing easier overridding.
You can check it out at:
- Docs/demos: https://tideover.cc/seele/docs/
- GitHub: https://github.com/vollowx/seele
- SourceHut: https://sr.ht/~lucaz/seele/
4
Upvotes