diff --git a/pages/maps.tsx b/pages/maps.tsx index c594cac12..b5b30fdbe 100644 --- a/pages/maps.tsx +++ b/pages/maps.tsx @@ -9,6 +9,11 @@ import { Input, InputGroup, InputRightElement, + NumberDecrementStepper, + NumberIncrementStepper, + NumberInput, + NumberInputField, + NumberInputStepper, Radio, RadioGroup, Stack, @@ -268,7 +273,13 @@ const MapsGeneratorPage = () => { )} ) : ( - + @@ -341,9 +352,30 @@ const MapsGeneratorPage = () => { + + Amount of maps to generate + + { + if (!Number.isNaN(value)) setCount(value); + }} + mb={4} + width={24} + > + + + + + + {maplist && ( <> -