Add a dd-range component for repeated checkboxes that represent something like "1/3"

This commit is contained in:
Oliver-Akins 2024-05-05 16:40:59 -06:00
parent 0972a0491f
commit c3e7aee501
3 changed files with 209 additions and 0 deletions

View file

@ -1,9 +1,11 @@
import { DotDungeonIncrementer } from "./incrementer.mjs";
import { DotDungeonIcon } from "./icon.mjs";
import { DotDungeonRange } from "./range.mjs";
const components = [
DotDungeonIcon,
DotDungeonIncrementer,
DotDungeonRange,
];
export function registerCustomComponents() {