/ce-web-components

A collection of web components.

Primary LanguageTypeScript

CE-Web-Components

This is a collection of web components that I have created and use in various projects.

If you can use please enjoy!

Web Components

name description
ce-themetoggle A simple toggle that sets the data-current-theme attribute on the single element selected by the data-target-selector to either light or dark. Using CSS selectors like [data-current-theme="dark"] or [data-current-theme="light"].