import { Slider } from "@mantine/core"; import Label from "./Label"; export const SlideInput = ({ label, fieldProps, ...props }) => { return (