Add a toggle component
This commit is contained in:
parent
92553cb1f1
commit
6e2dfa1cf1
5 changed files with 165 additions and 3 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue