UNPKG

@studiocms/ui

Version:

The UI library for StudioCMS. Includes the layouts & components we use to build StudioCMS.

5 lines (4 loc) 203 B
import { ThemeHelper } from "../../utils/ThemeHelper.js"; const themeToggle = document.getElementById("sui-theme-toggle"); const themeHelper = new ThemeHelper(); themeHelper.registerToggle(themeToggle);