(arr: T[]): T[][] {
}
const MultiWheel: Component = ({ items }, _) => (
-
+
{...weird_slices(items).map(items => (
-
+
))}
-
+
);
// i'll probably just hardcode the delays... lame but w/e
@@ -65,8 +66,8 @@ const MultiWheel: Component = ({ items }, _) => (
// it would be possible to have it so the final text is actually properyly selectable maybe but eh
const Take: Component = ({ subjects, objects, adjectives }, _) => (
-
who eat
{" "}
-
are
{" "}
+
who eat{" "}
+
are{" "}
);