Add a dd-range component for repeated checkboxes that represent something like "1/3"
This commit is contained in:
parent
0972a0491f
commit
c3e7aee501
3 changed files with 209 additions and 0 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue