Added slider label on drag

This commit is contained in:
Mitchell McCaffrey
2020-11-06 13:35:11 +11:00
parent 395c6d3b15
commit 088466ea07
5 changed files with 80 additions and 12 deletions

View File

@@ -1,5 +1,7 @@
import React, { useEffect, useState, useContext } from "react";
import { Box, Input, Slider, Flex, Text, IconButton } from "theme-ui";
import { Box, Input, Flex, Text, IconButton } from "theme-ui";
import Slider from "../Slider";
import MapMenu from "../map/MapMenu";