Add a toggle component

This commit is contained in:
Oliver 2026-03-22 23:55:55 -06:00
parent 92553cb1f1
commit 6e2dfa1cf1
5 changed files with 165 additions and 3 deletions

View file

@ -1,10 +1,12 @@
import { Logger } from "../../utils/Logger.mjs";
import { TafIcon } from "./Icon.mjs";
import { TafSVGLoader } from "./svgLoader.mjs";
import { TafToggle } from "./Toggle.mjs";
const components = [
TafSVGLoader,
TafIcon,
TafToggle,
];
export function registerCustomComponents() {