An example project demonstrating how to create a themable Web Component using Solid.js and solid-element.
The theming for the web component implemented using light-dark() CSS function.
The web component is using Shadow DOM.
- packages/resizable-button - A custom resizable button element built with Solid.js and solid-element
- packages/demo - A static HTML page showcasing the resizable button component
pnpm installpnpm start