Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
An extensible Web Components library focused on accessibility and keyboard control, with Material Design 3 and Windows 98 styles.
seele (Standard Extensible Elements) is an extensible Web Components library that prioritizes accessibility and keyboard control, offering components styled with Material Design 3 and Windows 98 aesthetics.
seele is an open-source Web Components library published as the npm package @vollowx/seele. It provides base component classes, styled component sets, and mix-ins as input abstractions; developers consume these to produce reusable custom HTML elements for their web applications. The project is maintained under the vollowx organization on GitHub and SourceHut, documented at tideover.cc/seele, and licensed under Apache-2.0.
ElementInternals, Constructable Stylesheets, :state(), and related baseline features from 2023–2025, keeping bundle size comparatively small.seele intentionally relies on recent web platform features to keep its code small, which sets the minimum browsers at Chromium 135+, Firefox 136+, and Safari 16.4+. Features like ElementInternals, :state(), and aria*Element are baseline from 2023 onward. Future adoption of the Popover API and CSS anchor() may raise these minimums.
